Fetch the list of business file attachments
Fetch the list of business file attachments.
Path parameters
-
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 examples (200)
[
{
"id": "string",
"filename": "string",
"document_type": "string"
}
]
Response examples (200)
[
{
"id": "string",
"filename": "string",
"document_type": "string"
}
]