Fetch the list of business file attachments

GET /users/{user_id}/kyc/businesses/file

Fetch the list of business file attachments.

Path parameters

Responses

  • 200

    The list of business file attachments

    Hide response attributes Show response attributes array[object]
  • 400

    Server cannot or will not process the request

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"
  }
]