Get Business Invite by ID
GET/public-api/v1/kyb/invites/:inviteId
Returns the full details of a single business invite: invitee org, contacts, status, attached groups, add-ons, and documents.
Use cases:
- Poll an invite's status after sending it.
- Display invite details to a user in your dashboard.
Next step:
- If status is ACTIVE, the invitee can still onboard via POST /onboarding.
Request
Responses
- 200
- 401
- 500
Business Invite Sent Successfully
Unauthorized – Invalid or missing token.
Internal Server Error