The page shows how you can authenticate for our API.

Like almost every API, the Cargoboard API requires you to provide an API key in your requests to get responses.

You receive an API key after registering on our platform, on the user settings page.
You can also request your API Key from your personal Cargoboard contact or generally at [email protected] via Email.

After you have received an API key, you can use it to operate the complete API.

This API key must be passed as X-API-KEY in the header:

curl --request POST \
     --url https://api.cargoboard.com/v1/quotations \
     --header 'Content-Type: application/json' \
     --header 'X-API-KEY: YourKeyHere'

If you have any specific questions regarding authentification or API, feel free to contact Lukas Petrasch - [email protected]