U

Ukraine Express RESTful Partners API

by Ukraine Express RESTful Partners API

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

ai

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
68

Authentication

API key in the access_token header

access_token: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Ukrainian payment processing API for partner merchants.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.testsrvr.ukraine-express.com/partners/v2/register' \
  -H 'access_token: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Ukraine Express RESTful Partners API documentation.