Fetch SMS routing entry by ID

Returns an SMS routing entry by ID. Only returns entries belonging to the logged in organisation and the configured default route.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

routing_idstringRequired

Response

OK
iddouble or null
descriptionstring or null
organisationobject or null

Errors