Step-by-step
1
Create a UniUni Platform account
Create your free UniUni Platform account.
2
Navigate to the REST API integration page
Go to New shipment > Import from integration > REST API on the UniUni Platform website, or use the direct links below:
3
Generate a new token
Click Generate New Token. A Token ID and an Access Token will be displayed — copy the Access Token.
4
Store the token securely
Save the token in a secure location (e.g., environment variables, a secrets manager). You can come back at any time to see your active keys in the Rest API Integration page.
Using your token
Include the token in theAuthorization header of every API request:
Managing tokens
- You can have up to 5 active tokens at any time.
- To revoke a token, return to the REST API integration page and delete it. Access is revoked immediately.
- Deleting a token cannot be undone — any application using that token will lose access.