Prerequisites
Ensure the following before testing:- Valid App ID
- Valid API Key (
x-api-keyheader) with:- API Scope/Key = FULL permission
Create API Key
Provides an endpoint to create a new API key with an existing scope.Specifications
Request Body
Sample Request
Success Response
Status:201 Created
Important Notes
- API key is returned only once. Store it securely.
scope_namemust already exist.api_key_namemust be unique within the scope.
Revoke API Key
Deletes an existing API key permanently.Specifications
Path Parameter
Sample Request
Success Response
Status:200 OK
Important Notes
- This is a hard delete — revoked keys cannot be restored.
- Any ongoing requests using this key will fail immediately.