Skip to main content

Authentication

Making calls to the Akkio API is authenticated via an API Key. You can find your API Key near the bottom of the Team Settings of the main website.

In order to successfully use endpoints, supply an X-API-Key header set to your API Key with all requests.

FAQ

HTTP 401

A HTTP 401 generally indicates we were unable to successfully authenticate you to the platform as a whole with the provided credentials. Please confirm:

  • You have provided an API Key in the X-API-Key header
  • Your API key is correct
  • Your API key is being sent with no leading or trailing spaces

HTTP 403

A HTTP 403 generally indicates that you are trying to access a resource that the organization linked to your API Key does not have access to. Please ensure you are using the API key of an organization that has access to the resource in question.