Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →

API Keys API

The API Keys API provides endpoints for creating, managing, and revoking API keys programmatically.

For dashboard instructions and general information about API Keys, see the API Keys documentation.

Base Endpoint

/api/api-keys

Endpoints

MethodEndpointDescription
POST/api/api-keysGenerate a new API key
DELETE/api/api-keys/{id}/revokeRevoke an API key
GET/api/api-keys/{id}Get an API key by IDSimilar to Entities API
GET/api/api-keys?queryList and filter by URI parametersSimilar to Entities API
POST/api/api-keys/searchSearch API keys by POSTSimilar to Entities API
DELETE/api/api-keys/{id}Delete an API keySimilar to Entities API
GET/api/api-keys/countCount API keysSimilar to Entities API
POST/api/api-keys/countCount filtered API keysSimilar to Entities API