get
https://api-{tenant}.stage2.tappbank.com/branches/public/v1/common/invites/check
Validates the invite token from the invitation email and returns the advisor's customerUid and role.
Call this endpoint first to confirm the token is valid before creating a session. The customerUid returned here is required to create a user-scoped session in Step 2.
Possible error codes:
| Code | Status | Description |
|---|---|---|
INVITATION_DOES_NOT_EXIST | 400 | Token not found or already used |
REQUIRED_INVITATION_TOKEN | 400 | token query parameter is missing |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The token query parameter is sent automatically via email when an admin creates an advisor using the Administration API. The advisor extracts the token from the invitation link and passes it here to validate it before starting onboarding.
A successful response returns a customerUid — save this to create a user-scoped session before calling Step 2 (Accept Invitation).
