Skip to main content
GET
List inbound email routes

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Response

200 - application/json

The configured inbound routes inside the standard { data, meta } envelope: data.routes is an array where each entry carries id, recipient pattern, destination URL, raw-MIME flag, active state, description, failure count, and last forwarded/failure timestamps. Signing secrets are masked here — the plaintext secret is only returned once at creation.

The response is of type object.