Fetch the address of the business
Fetch the address of the business.
Path parameters
-
User id
-
Business id
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"
}
Response examples (200)
{
"id": "string",
"street_additional": "string",
"city": "string",
"country": "string",
"state": "string",
"street": "string",
"number": "string",
"zipcode": "string"
}