Authentication

The Anduin REST API and GraphQL both require authentication using an API key. To obtain your API key, kindly reach out to your customer success representative or contact us at [email protected].

Please ensure the security of your API keys, as they grant significant privileges. Avoid sharing your secret API keys in publicly accessible spaces such as GitHub or client-side code.

Simply provide your API key in Authorization header of your REST or GraphQL request:

-H "Authorization: anduin_api_key_abadfad1ahf23rhioadfh"

Important Note

  • All API requests must be conducted over HTTPS; calls made over plain HTTP will fail.
  • Proper authentication is mandatory for the successful execution of API requests.