Skip to main content

Authentication

To interact with the API, follow these steps to ensure successful authorization.

Authorization

Each API request requires an authorization token in the request headers to verify the user's identity and permissions. Make sure to include the token in the Authorization header as shown below:

Authorization: TOKEN

Obtaining an API Token

To acquire your token, navigate to CargoApps:

  1. Click on the profile picture in the top right of the page.
  2. Select API Keys.

Your token is personal and user-specific. Protect this token as it grants access to your account and should not be shared.

After retrieving your token, you’ll be ready to make authorized requests to the API.