Authentication to the API is performed by passing three headers: * tenant-id: your-tenant-id * x-api-key: your-api-key * Authorization: Bearer your-access-token

You can view your Tenant id and API key in the Carriyo Dashboard. In addition, you need the Client ID & Client Secret, which can create in the Carriyo Dashboard with the required permissions (for the required API resources).

You will use the Client ID and Client Secret to get Oauth access token, which you will pass as a bearer token along with the Tenant ID and API Key to access any Carriyo API.