Introduction
Onidel’s API uses API tokens to authenticate and authorize requests. An API token acts as a secure credential that allows you to interact programmatically with the Onidel platform. Each API token carries the same permissions as the user who generated it. For this reason, tokens should be treated with the same level of security as your account credentials. By including your API token in requests, you can manage infrastructure, automate workflows, and integrate Onidel services directly into your applications.Create API token
To create an API token:- Navigate to Account Settings.
- Select the API Key tab.
- Copy the generated API key.
Click the Rotate button to expire this key and generate a new one.
Authenticate
To authenticate your request with Onidel, include the token in theAuthorization
header: