Technical guides
Technical documentation, code examples and recommendations for your integrations.
Technical documentation, code examples and recommendations for your integrations.
| Code | Meaning |
|---|---|
400 | Invalid request |
401 | Unauthorized |
403 | Forbidden |
404 | Resource not found |
429 | Too many requests (rate limit reached) |
500 | Internal 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.