Fetch the list of business file attachments
GET
/users/{user_id}/kyc/businesses/file
Fetch the list of business file attachments.
Path parameters
-
user_id string Required
User id
GET /users/{user_id}/kyc/businesses/file
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/businesses/file
Response example (200)
[
{
"id": "string",
"filename": "string",
"document_type": "string"
}
]