Skip to content

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
string
Required

Responses

Successful Response

application/json
JSON
{
"email": "string",
"organization_name": "string",
"role": "string",
"is_valid": true
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

XC AI Content Automation