Revoke a pending invite
Returns `204 No Content` on success. `409 invite_already_accepted` if the invite has been accepted; `409 invite_already_revoked` if already revoked.
Path Parameters
Header Parameters
Response Body
application/json
curl -X DELETE "https://loading/v1/admin/org/invites/string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Create an invitation for a new member
Creates a pending invite. The full one-time `invite_url` is returned **only on this response** — subsequent `GET` reads include `token_prefix` but not the URL. Partners forward the URL to the invitee out-of-band. A pending invite for the same email returns `409 invite_pending`.
List tenant keys (metadata only — no secrets)
Paginated list of tenant keys. `include_revoked=true` includes revoked rows (default excludes them). `is_current=true` flags the key that authenticated the current request — partners use this to identify which key not to revoke.