Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/deployment/invitations/validate \ --cookie session_id=
{ "valid": true, "type": "organization", "organization": { "id": "<string>", "name": "<string>" }, "workspace": { "id": "<string>", "name": "<string>" }, "inviter": { "first_name": "<string>", "last_name": "<string>", "email": "<string>" } }
Validate an organization or workspace invitation token
Session-based authentication using cookies
Invitation token
Invitation validated
true
organization
workspace
"organization"
Show child attributes
Was this page helpful?