# Fetch the address of the business **GET /users/{user_id}/kyc/businesses/{business_id}/addresses** Fetch the address of the business. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **business_id** (string) Business id ## Responses ### 200 The address of the business #### Body: (object) - **id** (string(uuid)) - **street_additional** (string) - **city** (string) - **country** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **state** (string) - **street** (string) - **number** (string) - **zipcode** (string) ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)