Skip to content

API Keys

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

Created API key could be managed in the same page as shown in the image.

api-keys

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>