Introduction
Integration guide with autentique.com.br API using GraphQL. It is not available in REST, if it ever exists we will remove this sentence.
Quick Start
If you're already familiar with GraphQL APIs, the process is pretty simple:
Generate keys to use the API in the Autentique dashboard, in API keys.
Use the following endpoint and headers:
POST https://api.autentique.com.br/v2/graphql HTTP/1.1
Authorization: Bearer YOUR_API_KEY_HERESee everything you can do with the API scheme (You can use Altair, we’ve created pre-set collections for you to try out 😉)

Develop the integration with Autentique. (If you don't want to waste documents while testing, read how to use the Sandbox below)
The API has a rate limit of 60 requests per minute. For specific error messages, check the Error Messages section.
Appreciate a job well done.
Last updated
Was this helpful?