Technical Guides

Technical documentation, code examples and recommendations for your integrations.

Best Practices

Migration IBM → Kong

Other resources

CodeMeaning
400Bad request
401Unauthenticated
403Access denied
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 change incompatible with the previous version is published in a new major version. Previous versions remain active until the end of the transition period, communicated in advance through the portal.