Skip to main content
GET
/
v2
/
workspaces
/
invitations
/
verify
Verify Workspace Invitation
curl --request GET \
  --url http://localhost:3000/api/v2/workspaces/invitations/verify
{
  "valid": true,
  "workspaceId": "<string>"
}

Query Parameters

token
string
required

The invitation verification token

Response

Invitation verified successfully

valid
boolean
required

Whether the invitation is valid

workspaceId
string
required

The ID of the workspace the invitation is for

I