Category: api-keys
Full list of public endpoints under the api-keys tag. Click any path to open the detailed endpoint page with parameters, responses and ready-to-paste cURL/Python/JavaScript samples.
| Method | Path | Summary | Auth |
|---|---|---|---|
| DELETE | /api/v1/users/me/api-keys/{key_id} | Revoke API key | Key |
| GET | /api/v1/users/me/api-keys | List my API keys | Key |
| POST | /api/v1/users/me/api-keys | Create API key | Key |
| POST | /api/v1/users/me/api-keys/{key_id}/rotate | Rotate API key | Key |