API Keys
List API keys
Returns all API keys for your organization. Key values are masked after creation.
Response 200 OK
Create API key
Creates a new API key. The full key value is only returned once at creation time.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | A descriptive name for the key |
Response 201 Created
Save the key value immediately - it cannot be retrieved again.
Revoke API key
Permanently revokes an API key. Any integrations using this key will stop working.
Response 204 No Content