GET
/accept-invitation/verifyNo token requiredVerify Invitation
Query parameters
token— example:{{invitation_token}}
2 endpoints, of which 2 need no token.
Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.
/accept-invitation/verifyNo token requiredtoken — example: {{invitation_token}}/accept-invitation/acceptNo token required{
"token": "{{invitation_token}}",
"firstName": "Test",
"lastName": "User",
"newPassword": "SecureP@ss123"
}Asserted by the API’s own test suite.
success