Get Processor Route

View as Markdown
Get a single processor route by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

route_idstringRequired
account_idstringRequired

Response

Successful Response
idstring
Unique route identifier
namestring
Route name
processorslist of objects
Ordered list of processors
created_atdatetime
When the route was created
updated_atdatetime
When the route was last updated
descriptionstring or null
Route description

Errors