Authentication
API Key
To use Minteo API, you need to have an authentication API key which is associated with your account.
All API requests must have Authorization
header with your API key.
An API key is the way in which Minteo identifies your account securely and which you use to interact with our services. You can have multiple API keys associated with your account, and you can create and delete them at any time.
We recommend that you create a new API key for each application that you develop. This way, you can easily revoke access to a specific application if you need to.
If you think that your API key has been compromised, we recommend that you delete it and create a new one.
Getting your API key
You can generate and your API keys using the Minteo Dashboard.
If you want to use sandbox
mode, you can use the following Minteo Sandbox Dashboard.
If you don't have an API key yet, you can create one by clicking on the "Create API key" button in the dashboard to start interacting with our API. You can assign the permissions which you want to give to the API key.
Note that you can't edit your API key permissions after you create it. If you want to change the permissions, you will need to create a new one with the permissions you want.
Once you have created your API key, you can copy it and use it in your application, including it in the Authorization
header of your requests:
"Authorization": "Bearer <your-api-key>"
Note that you will not be able to see the API key again after you create it. If you lose your API key, you will need to delete it and create a new one.