Appearance
Validate invitation token
GET
/api/v1/invitations/validate
Validates an invitation token and returns the invitation details. This is the first step in the invitation lifecycle when a user opens an invite link, before they accept.
Parameters
Query Parameters
token*
Type
Requiredstring
Responses
Successful Response
application/json
JSON
{
"email": "string",
"organization_name": "string",
"role": "string",
"is_valid": true
}