LIMITED TIME: Get 30% off your first 3 months + Free Setup (Worth $2,500) + Free ROI Analysis

LIMITED TIME: Get 30% off your first 3 months + Free Setup (Worth $2,500) + Free ROI Analysis

Routing API v1

Routing API Reference

Request

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.

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 Reference

Request

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.

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

Features