Skip to main content
The Partner API uses JWT-based authentication. This is separate from the Client API — you need a Partner API key to access these endpoints. Base URL: https://api.ship.uniuni.com/partner

Step 1: Get an access token

Exchange your API key for a JWT access token by calling the authentication endpoint.
Access tokens are valid for 24 hours. Store the token and reuse it until it expires.

Request

Response

Error responses

Example

Step 2: Use the access token

Include the JWT token in the Authorization header for all subsequent API calls.

Example

Auth error codes

Error response example