/
Get a list of all transpo...
This is an endpoint that allows you to retrieve a list of Transport Requests in bulk. The Transport Requests are identified by their business id, provided in the query.
When one or more transport requests could not be found, this will be indicated in the errors-section of the response.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/transport-requests
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/transport-requests
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/transport-requests?ids=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'