Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Available sorts are name, slug, created_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.
The number of results that will be returned per page.
The cursor to start the pagination from.
Available options:
transactional, broadcast, inbound Search by name or slug
Response
200 - application/json
Paginated set of RouteListData
Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.