Browse documentation

Accept Invitation

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.

GET/accept-invitation/verifyNo token required

Verify Invitation

Query parameters

  • token — example: {{invitation_token}}
POST/accept-invitation/acceptNo token required

Accept Invitation

Request body

json
{
  "token": "{{invitation_token}}",
  "firstName": "Test",
  "lastName": "User",
  "newPassword": "SecureP@ss123"
}

Response fields

Asserted by the API’s own test suite.

success