cURL
curl --request POST \ --url https://api.dualship.run/invitations/{token}/accept \ --header 'Authorization: Bearer <token>'
{ "role": "member", "workspace_id": "550e8400-e29b-41d4-a716-446655440000" }
Accept an invitation and join a workspace
JWT Bearer token authentication
Invitation token
Invitation accepted
Invitation acceptance response
"member"
"550e8400-e29b-41d4-a716-446655440000"
Was this page helpful?