Business
Get customer businesses
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"44aed0e8-89ec-4307-8b5d-310f8964e5b5"
Response
200 - application/json; charset=utf-8
OK
Example:
{
"records": [
{
"id": "da790e45-7867-4419-b703-4a4687488fcb",
"name": null,
"tin": null,
"address_apartment": null,
"address_line_1": null,
"address_line_2": null,
"address_city": null,
"address_state": null,
"address_postal_code": null,
"address_country": null,
"created_at": "2023-12-22T11:03:04.416Z",
"created_by": "e9d43901-3fc6-4ee9-97be-74cd23b39aa0",
"updated_at": "2024-02-02T18:50:11.022Z",
"updated_by": "e9d43901-3fc6-4ee9-97be-74cd23b39aa0",
"mobile": null,
"official_website": null,
"public_website": null,
"social_account": null,
"status": "INACTIVE",
"customer_id": "44aed0e8-89ec-4307-8b5d-310f8964e5b5"
}
],
"total_pages": 1,
"total_items": 1
}
Was this page helpful?