Skip to main content

authentication

Authentication

To authenticate a call, use the following code:

# In the shell, you only need to add the appropriate header to each request
curl "api_endpoint_here"
-H "Authorization: EXAMPLE_API_KEY"

Replace the API key 'EXAMPLE_API_KEY' with the key acquired from our support.

We use an API Key to allow access to our API. It has likely already been sent to you by email. If you have not yet received your key, send an email to suporte.caas@qitech.com.br.

Our API expects to receive the API Key in all requests to our server in a header like the one below:

Authorization: EXAMPLE_API_KEY

Attention

You must replace EXAMPLE_API_KEY with the API Key received from support.