Get public invitation details.
Validates the invitation token and returns non-sensitive details for the acceptance page.
Flow:
cURL
curl --request GET \ --url https://api.example.com/api/v1/invitations/{token}
{ "email": "[email protected]", "account_name": "<string>", "invited_by_name": "<string>", "expires_at": "2023-11-07T05:31:56Z", "is_valid": true }
Successful Response
Response schema for public invitation details.
Email address of the invited user
Name of the inviting account
Name of the person who invited
Expiration timestamp
Whether the invitation is valid