Skip to content
Go To Dashboard

Validate invite token

GET /v1/auth/invites/validate

No authentication required.

ParameterTypeDefaultDescription
tokenstring-Invite token from signup URL
Terminal window
curl -X GET "https://api.sapiom.ai/v1/auth/invites/validate" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"email": "[email protected]",
"expiresAt": "2025-11-12T23:59:59.000Z"
}
StatusCodeDescription
400-Bad request - token missing, expired, revoked, or already accepted
404-Invite not found with provided token

See Error Codes for full reference.