API Keys
Create API Key
Create a new API key
POST
Body
application/json
A descriptive name for the API key to help identify its purpose and usage context
Number of days until the API key expires, between 1 and 365 days
Required range:
1 < x < 365
List of permission scopes granted to this API key, controlling what API endpoints it can access
Response
200 - application/json
Unique identifier for this API key in the database
The actual API key value. This is only returned once when the key is created and cannot be retrieved later
Timestamp when this API key was created
Identifier of the user who created this API key
Timestamp when this API key will expire and become invalid
The descriptive name given to this API key
List of permission scopes granted to this API key
Indicates if this API key has been manually revoked before its expiration date