The domain's current outbound provider route (console)
GET /v1/admin/orgs/{org_id}/domains/{domain}/outbound-route
Read-only view of the domain’s assigned outbound provider account and route state (viewer). An unassigned domain returns route_state “unassigned” (it routes direct by fail-safe). A domain the caller’s org does not own returns 404.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”The domain’s outbound route.
A provider-neutral view of a domain’s current outbound route. An unassigned domain has assigned=false and route_state “unassigned” (it routes direct by fail-safe).
object
True when a route row exists for the domain.
Missing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeAuthenticated but lacking the required scope, or out of quota.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scope