cURL
curl --request GET \ --url http://localhost:3091/v1/api/superadmin/agencies/{id}/kyc/documents \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "agencyId": 123, "name": "<string>", "fileUrl": "<string>", "uploadedAt": "2023-11-07T05:31:56Z", "status": "<string>", "reviewedAt": "2023-11-07T05:31:56Z", "reviewedById": 123, "rejectionReason": "<string>" } ]
Returns all KYC documents submitted by the agency
JWT access token from POST /v1/api/auth/login
Documents retrieved