Get Business for Customer
GET {{baseUrl}}/business-services/customers/{{customerId}}/businesses
Retrieve business details associated with a specific customer. By providing the unique customer identifier, details about the associated business can be accessed.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Finicity-App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
[{"name":"ABC Tires Inc","personallyLiable":true,"address":{"addressLine1":"434 W Ascension Way","addressLine2":"Suite #200","city":"Murray","state":"UT","country":"US","postalCode":"84123"},"phoneNumber":{"countryCode":"141","phoneNo":"7992222"},"url":"https://www.finicity.com/","email":"myname@mycompany.com","type":"Nonprofit","taxId":"A1234561Z","businessId":"1112","createdDate":"2022-04-12T11:51:23","modifiedDate":"2022-04-12T11:51:23"}]