Api
List API keys for an environment (prefix only, never the key)
Authorization
AdminSession chimely_admin<token>
Server-side admin session cookie, set by POST /admin/api/login.
In: cookie
Path Parameters
env_id*string
Environment TypeID (env_…).
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/admin/api/environments/string/api-keys"[
{
"created_at": "string",
"id": "string",
"key_prefix": "string",
"last_used_at": "string",
"name": "string",
"revoked_at": "string"
}
]Empty
{
"error": {
"code": "invalid_request",
"message": "string"
}
}{
"error": {
"code": "invalid_request",
"message": "string"
}
}