Soft-delete (revoke) an org API key.
Soft-delete (revoke) an org API key. - Rensei REST API operation reference.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The api_keys row id to revoke.
Response Body
application/json
curl -X DELETE "https://example.com/api/org/api-keys" \ -H "Content-Type: application/json" \ -d '{ "keyId": "string" }'{
"success": true
}Create an org-scoped API key (full secret returned once). Deprecated - use POST /api/org/{orgId}/keys.
Create an org-scoped API key (full secret returned once). Deprecated - use POST /api/org/{orgId}/keys. - Rensei REST API operation reference.
List teams in the authenticated org.
Returns every team in the authenticated org, each with a member count. Always scoped to the authenticated org; a caller-supplied orgId is ignored to prevent cross-tenant reads.