Get Inbound Route
Retrieve a single inbound route for a domain.
Retrieve a single inbound route for a domain.
Scope: domains.inbound_routing.read
Path Parameters
domain_idintegerrequiredThe ID of the domain.
route_idstringrequiredThe ID of the inbound route to retrieve.
Response
Returns a route object. See the route object schema on the List Inbound Routes page.
Returns 404 if the route does not belong to the domain. Returns 403 if the domain is not owned by the account.