Request body
json
{} (no request body)API Endpoint
List generated API keys and their active/revoked state.
GET /management/api-keys
Use these endpoints from internal tooling or your frontend backend to manage slug policy templates, provisioning API keys, and webhook endpoint configuration. Management routes require the management bootstrap key configured via MANAGEMENT_API_KEYS or MANAGEMENT_API_KEY.
curl -sS http://localhost:8080/management/api-keys \
-H "Authorization: Bearer management_key_dev_123456"{} (no request body){
"api_keys": [
{
"id": 1,
"name": "stripe-prod",
"hint": "a94f",
"created_at": "2026-04-21T10:00:00Z",
"revoked_at": null
}
]
}api_keys
array
List of generated API key metadata records.
Missing or invalid management API key.
Unexpected server or storage error.