API keys
POST /api/v1/api-keys/verify
Verify an API key and return the associated customer, organization, and project.
Request headers:
POST /api/v1/api-keys
Create a new API key for the active project.
Request body:
GET /api/v1/api-keys
List API keys for the active project.
Response:
DELETE /api/v1/api-keys/{id}
Revoke an API key. Returns 204 No Content on success.