API Keys
Create an API key
Section titled “Create an API key”API key allow organization to contact Nazel through the providers application programming interface.
API key creation can be done under integrations/API Keys as shown in the image.

API Keys Management
Section titled “API Keys Management”Created API key could be managed in the same page as shown in the image.

API Key Usage
Section titled “API Key Usage”The key field is the secret key which is used as an access token by the provider to access the API using the following header
Authorization: Bearer <key-as-access-token>