Developer Portal

APIs Get started Support

FR EN ES IT PT NL DE

Technical guides

Technical documentation, code examples and recommendations for your integrations.

Best practices

IBM → Kong migration

Other resources

CodeMeaning
400Invalid request
401Unauthorized
403Forbidden
404Resource not found
429Too many requests (rate limit reached)
500Internal server error

Resource lists use cursor-based pagination. Standard parameters:

  • page[size] — number of items per page (default: 20, max: 100)
  • page[after] — cursor for the next page (value of the meta.next field)

Example:

GET /v1/transport/orders?page[size]=50&page[after]=eyJpZCI6MTIzfQ==

Any backward-incompatible change is published as a new major version. Previous versions remain active until the end of the transition period, communicated in advance via the portal.