Get Invite Documents
GET/public-api/v1/kyc/invite/documents/:id
Endpoint Description: Retrieves documents that were sent to the customer as part of the KYC invite. This API is used to preview any documents attached during the invite process directly on the customer or invite detail page
Details:
- Fetches documents linked to the provided user ID.
- Results are scoped to the authenticated organization.
- Returns document metadata and current document status.
Request
Responses
- 200
- 401
- 500
Unauthorized – Invalid or missing token.
Internal Server Error