DevelopersAPI referenceAuth & accountsApi keys
Revoke an org API key
Full sessions only; org.settings.manage.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
kid*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/orgs/string/api-keys/string"{ "message": "string"}Create an org API key
Full sessions only; team orgs only; org.settings.manage. role honored (member/billing/admin, never owner). 200 with show-once secret.
Audit log
org.settings.manage. Reads platform.audit_log, so entries span every Easerix tool, not just identity. Latest 100 by default, no pagination. meta is a JSON-encoded string; actor_id must be resolved by the client, and may name a user who no longer exists.