Accept an invitation
POST/v1/invitations/accept
This endpoint allows users to accept an invitation using a unique token.
Request
- application/json
Body
required
Token to accept the invitation
token stringrequired
The token used to accept the invitation
Responses
- 200
- 400
The invitation has been accepted successfully.
Invalid token or the invitation has already been accepted or expired.
Loading...