List inbound email routes
Retrieve all configured inbound email routes for the authenticated organization. Routes match incoming messages against recipient patterns and forward parsed email as JSON to a destination webhook. Signing secrets are masked in responses. Requires owner or admin role.
Authorizations
Dashboard JWT token from Clerk
Response
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.