Skip to main content
To use the UniUni Platform API, you need an access token. You can generate up to 5 active tokens at a time from the dashboard.
Treat access tokens with the same level of security as passwords. Deleting an access token immediately revokes its access.

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 Access Token. Your new token will be displayed once — copy it immediately.
4

Store the token securely

Save the token in a secure location (e.g., environment variables, a secrets manager). You will not be able to view it again after leaving the page.

Using your token

Include the token in the Authorization header of every API request:
Authorization: Bearer <YOUR_ACCESS_TOKEN>

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.
Treat access tokens with the same level of security as passwords. Never share them in public repositories, client-side code, or unencrypted communications.