API Key Management
Last updated
Was this helpful?
API Keys in ascent are used to access APIs. They are embedded in the API request using the Authorization: Bearer <api-key> header.
These API keys can be accessed using the API key page. API keys are restricted to 2 per user.
Create an API Key:
To create an API key, click on API Key > Create New Key
Add name, expiration and user info in the pop up box.
Click on create.
Note: An API Key with no expiration can be also used as x-api-key to access flash APIs
Disable an API Key:
Go to API Key page.
Toggle the API Key enable
Note: A disabled API key cannot be used to access APIs.
Delete an API Key:
Go to API Key page.
Click on delete API key
Click confirm
Note: Only users with admin role have the right to view/create/disable/delete the API Key of another user.
Last updated
Was this helpful?
Was this helpful?