Adullam API Keys
API keys are used to authenticate requests to the Adullam REST API. Each API key is associated with a specific account and provides access to the resources and operations available to that account.Generating an API Key
To generate an API key, log in to your Adullam dashboard and navigate to the “API Keys” section. Click on the “Create API Key” button, provide a name for the key, and select the appropriate permissions. Once created, make sure to copy the API key as it will not be displayed again.Using the API Key
To use the API key, include it in theAuthorization header of your HTTP requests to the Adullam REST API. The header should be formatted as follows:
YOUR_API_KEY with the actual API key you generated.
Managing API Keys
You can manage your API keys through the Adullam dashboard. This includes viewing existing keys, revoking keys that are no longer needed, and creating new keys as necessary. Always ensure that your API keys are kept secure and not exposed in public repositories or client-side code.Best Practices
- Regularly rotate your API keys to enhance security.
- Use different API keys for different applications or services to limit access.
- Monitor the usage of your API keys to detect any unauthorized access.