Fetch the address of the business

GET /users/{user_id}/kyc/businesses/{business_id}/addresses

Fetch the address of the business.

Path parameters

Responses

GET /users/{user_id}/kyc/businesses/{business_id}/addresses
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/businesses/{business_id}/addresses
Response examples (200)
{
  "id": "string",
  "street_additional": "string",
  "city": "string",
  "country": "string",
  "state": "string",
  "street": "string",
  "number": "string",
  "zipcode": "string"
}