# Authentication

To authenticate you need to transmit your API Key in all requests in the Authorization Header: Bearer YOUR_API_KEY

To get your API Key access the Integration Tab in the My Account area (opens new window).

Warning:

  1. Your API Key carries a lot of privileges, so make sure you keep it secure. Do not inform it in calls and do not expose it in the front-end of your application.

  2. In addition, it is not possible to recover it if it is lost, requiring the generation of a new one.

# Authentication example

  • Host: https://api.contasinfinity.com.br/api/v1 + /endpoint
  • Headers:
    • Accept: application/json
    • Authorization: Bearer YOUR_API_KEY