v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
User Invitations

Preview an invitation (public — used from the email link)

Preview an invitation (public — used from the email link)

get/api/v1/user-invitations/preview

Query parameters

tokenstring required

Raw invitation token from the email link

Raw invitation token from the email link

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "email": "invitee@example.com",
    "scope_name": "Acme Corp",
    "role": "admin",
    "expires_at": "2026-02-12T00:00:00.000Z",
    "status": "pending"
  }
}