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
- Missing API Key
- Error Generating Token
Example
Step 2: Use the access token
Include the JWT token in theAuthorization header for all subsequent API calls.