Important notices > - For the compatibility reasons in this documents utilize/utilization means the same as dispose/disposal. * Webhooks information > All webhooks described in this documentation are shown as callbacks for webhooks-*. Actually you can't subscribe for this method, as it does not exist - it is here just to render the docs. All webhooks will be sent to a single endpoint configured for partner (marked as webhooks-endpoint for documentation). Partner can later change the
https://api.testsrvr.ukraine-express.com/partners/v2
Auth type
API Key Header
Auth header
access_token: YOUR_API_KEY
Rate limit
Based on contract
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://app.swaggerhub.com/apis//Ukraine Express RESTful Partners API
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)4.39s
(checked Mar 29, 2026)
Builder score
D
39%
builder-friendly
API key in the access_token header
access_token: YOUR_API_KEY
Paid. Ukrainian payment processing API for partner merchants.
| Method | Path | Description |
|---|---|---|
| POST | /register |
Customer registration (autogenerated code) |
| POST | /register/{code} |
Customer registration (custom code) |
| GET | /divisions |
Available countries list |
| POST | /settings/webhooks-endpoint |
Update webhooks endpoint |
| GET | /{division}/airboxes/ |
All airboxes of partner |
| GET | /{division}/airbox/{id} |
Airbox details |
| GET | /{division}/containers/ |
All containers of the partner |
| GET | /{division}/containers/{id} |
Container details |
curl -X GET 'https://api.testsrvr.ukraine-express.com/partners/v2/register' \ -H 'access_token: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Ukraine Express RESTful Partners API documentation.