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 keysarrow-up-right.

  • Use the following endpoint and headers:

POST https://api.autentique.com.br/v2/graphql HTTP/1.1
Authorization: Bearer YOUR_API_KEY_HERE
  • See 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 Autentiquearrow-up-right. (If you don't want to waste documents while testing, read how to use the Sandbox below)

Sandbox/testschevron-right
  • 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.

circle-info

If Altair doesn’t help you integrate with the API, check out some examples of how to make these requests in other ways: https://graphql.org/graphql-js/graphql-clients/arrow-up-right

circle-info

We also have an integration with the Make platform. Our collection includes modules for the most commonly used requests. If you have any questions, contact our support. You can access the Make platform at: https://www.make.com/enarrow-up-right

Para importar e usar no Postman
circle-info

Some users have created SDKs for Autentique that can help you with the implementation. Don’t forget to give them a shout-out!

circle-info

If you find any issue with the documentation or the API, don’t hesitate to let us know at [email protected]

Last updated

Was this helpful?