Skip to main content
POST
Register an inbound email route

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Response

201 - application/json

The newly created route inside the standard { data, meta } envelope: data carries the generated id, recipient pattern, destination URL, raw-MIME flag, active state, description, and the plaintext signingSecret — returned ONLY on this create response (list responses mask it, so store it now). A duplicate recipient pattern returns 409.

The response is of type object.