API keys API
3 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/api-keys/ |
List Api Keys |
POST |
/api/api-keys/ |
Create Api Key Accepts a JSON body. |
DELETE |
/api/api-keys/{key_id} |
Revoke Api Key |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.