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

Responses

  • 200

    The list of business file attachments

    Hide response attributes Show response attributes array[object]
    • id string(uuid)
    • filename string
    • document_type string
  • 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"
  }
]
Response examples (200)
[
  {
    "id": "string",
    "filename": "string",
    "document_type": "string"
  }
]