# Ukraine Express RESTful Partners API **Provider:** Ukraine Express RESTful Partners API **Category:** ai **Base URL:** `https://api.testsrvr.ukraine-express.com/partners/v2` **Auth:** api-key — `access_token: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://app.swaggerhub.com/apis//Ukraine Express RESTful Partners API ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.testsrvr.ukraine-express.com/partners/v2/register` | Customer registration (autogenerated code) | | POST | `https://api.testsrvr.ukraine-express.com/partners/v2/register/{code}` | Customer registration (custom code) | | GET | `https://api.testsrvr.ukraine-express.com/partners/v2/divisions` | Available countries list | | POST | `https://api.testsrvr.ukraine-express.com/partners/v2/settings/webhooks-endpoint` | Update webhooks endpoint | | GET | `https://api.testsrvr.ukraine-express.com/partners/v2/{division}/airboxes/` | All airboxes of partner | | GET | `https://api.testsrvr.ukraine-express.com/partners/v2/{division}/airbox/{id}` | Airbox details | | GET | `https://api.testsrvr.ukraine-express.com/partners/v2/{division}/containers/` | All containers of the partner | | GET | `https://api.testsrvr.ukraine-express.com/partners/v2/{division}/containers/{id}` | Container details | ## Authentication API key in the access_token header ``` access_token: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.testsrvr.ukraine-express.com/partners/v2/register' \ -H 'access_token: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Ukrainian payment processing API for partner merchants. --- *Source: [API Map](https://apimap.dev/apis/ukraine-express-restful-partners/) — CC BY 4.0*