Routing API v1
Overview
Stateful Methods
STATELESS METHODS
Routing API Reference
Request
- Please contact us for details of the Sandbox (or testing) Environment details for your experimentation and integration developments!
Base URL
Authentication
The Beans Routing API uses a simple authorization header to authenticate client requests. You must sign in and create a routing account here to get your key before you access the API. If you use an unauthorized key or do not provide one, you will get a NOT_ALLOWED response.
Once you have your key and secret available, you are required to specify them in the Authorization header of all your requests, as below.
- Please contact us for details of the Sandbox (or testing) Environment details for your experimentation and integration developments!
Query Parameters
| Parameter | Type | Required | Values |
|---|---|---|---|
| updateAfter | EpochMillis | No | Only return routes updated after timestamp in each milliseconds |
Response
RouteList Only open routes are returned by default. If updatedAfter timestamp parameter is specified, the response will include routes closed after the given timestamp
Routing API v1
Overview
Stateful Methods
STATELESS METHODS
Routing API Reference
Request
- Please contact us for details of the Sandbox (or testing) Environment details for your experimentation and integration developments!
Base URL
Authentication
The Beans Routing API uses a simple authorization header to authenticate client requests. You must sign in and create a routing account here to get your key before you access the API. If you use an unauthorized key or do not provide one, you will get a NOT_ALLOWED response.
Once you have your key and secret available, you are required to specify them in the Authorization header of all your requests, as below.
- Please contact us for details of the Sandbox (or testing) Environment details for your experimentation and integration developments!
Query Parameters
| Parameter | Type | Required | Values |
|---|---|---|---|
| updateAfter | EpochMillis | No | Only return routes updated after timestamp in each milliseconds |
Response
RouteList Only open routes are returned by default. If updatedAfter timestamp parameter is specified, the response will include routes closed after the given timestamp