Get all KYC documents uploaded by the investor.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
{
"success": true,
"data": [
{
"id": 1,
"type": "national_id",
"file_url": "https://storage.profitflow.com/kyc/doc-123.pdf",
"file_name": "national_id_front.pdf",
"status": "pending",
"uploaded_at": "2024-01-20T10:30:00+00:00",
"reviewed_at": null,
"rejection_reason": null
}
]
}
Modified at 2026-03-12 00:48:26