cURL
curl --request GET \ --url http://localhost:3000/api/v2/workspaces/invitations/verify
{ "valid": true, "workspaceId": "<string>" }
Verifies the validity of a workspace invitation token. Returns the workspace ID if the token is valid.
The invitation verification token
Invitation verified successfully
Whether the invitation is valid
The ID of the workspace the invitation is for