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