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}}