List pending org invites (org admin).
List pending org invites (org admin). - Rensei REST API operation reference.
AuthorizationBearer <token>
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
orgId*string
Organization id (must match the authenticated org).
Response Body
application/json
curl -X GET "https://example.com/api/org/string/invites"{
"invites": [
{
"property1": null,
"property2": null
}
]
}Empty
Empty
Empty
Mint a new rsk_ API key
Creates a new `rsk_live_*` token. The full token is returned **once** and is never stored in plaintext. - `projects: "all"` requires `org_keys:write` scope or org admin/owner role. - `projects: [...]` requires project membership for all listed project IDs. Canonical endpoint (supersedes deprecated `POST /api/org/api-keys`).
Create an org invite (org admin).
Create an org invite (org admin). - Rensei REST API operation reference.