Authentication Type

Here, you will find everything you need for verification before accessing Adjútor

Overview

The Adjútor API service requires authentication to be able to consume the services. Authentication is performed via Bearer Authentication.

Notes

  • The access token being referred to is the API key

  • Every endpoint requires authentication, so you will need to add the following header to authenticate each request: Authorization: Bearer {{access_token}}

  • Authentication to the API is performed via HTTP Basic Auth.

  • All API requests must be made over HTTPS. Note that calls made over plain HTTP will fail.

  • API requests without authentication will also fail.

Last updated