Invitations
Get Invitation
Get public invitation details.
Validates the invitation token and returns non-sensitive details for the acceptance page.
Flow:
- Validate token exists
- Validate token not expired
- Validate token not already accepted
- Return public details
GET
Get Invitation
Path Parameters
Response
Successful Response
Response schema for public invitation details.
Previous
Accept InvitationAccept an invitation and create a user account.
Validates the invitation token, creates a user account with the provided
password, and returns authentication tokens.
Flow:
1. Validate token exists
2. Validate token not expired
3. Validate token not already accepted
4. Validate password strength
5. Create user account
6. Mark invitation as accepted
7. Generate JWT tokens
8. Return auth response
Next
Get Invitation