Skip to main content

Authentication

API

Before accessing the APIs you will need an API key to authenticate against the API. This will be provided during signup.

The Tasking API uses bearer tokens to authenticate requests. Attempting to make requests to the API without a valid API Key will result in the return of an HTTP 401 "Not Authorized" response with a JSON payload containing an error message.

To ensure transport layer security, all access or communication with the APIs must be made over HTTPS.