cargopanel logocargopanel for developers

Authentication

cargopanel API uses API Key authentication to grant access to its services. You will need to include your Client ID and API Key in the headers of all your API requests.

How to get your credentials

Your clientId and apiKey are provided to you upon successful registration and contract agreement. These credentials are stored in your cargopanel-api database, within the apiClients collection.

If you do not have these credentials or have lost them, please contact your account manager or cargopanel Support Team.

Including credentials in your requests

All API requests must include the following headers:

x-client-id: Your unique Client ID.

x-api-key: Your secret API Key.