# Authentication Type

## Overview

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

{% hint style="info" %}

#### 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](http://en.wikipedia.org/wiki/Basic_access_authentication).&#x20;
* All API requests must be made over [HTTPS](http://en.wikipedia.org/wiki/HTTP_Secure). Note that calls made over plain HTTP will fail.&#x20;
* API requests without authentication will also fail.
  {% endhint %}
