Get Businesses by Location
GET/businesses/
Get Businesses by Location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
limit string
Default value:
100skip string
Default value:
0Successful response
- application/json
- Schema
- Example (auto)
Schema
businessesobject[]required
Business Response
{
"businesses": [
{
"id": "63771dcac1116f0e21de8e12",
"name": "Microsoft",
"phone": "string",
"website": "microsoft.com",
"address": "string",
"city": "string",
"description": "string",
"state": "string",
"postalCode": "string",
"country": "united states",
"updatedBy": {},
"locationId": "string",
"createdBy": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
]
}