Get a list of locations with data
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/companies
- Productionhttps://api.alteg.io/api/v1/companies
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/companies?id=4564&group_id=83&my=1&active=1&forBooking=1&show_groups=1&city_id=2&showBookforms=1&min_id=1000&show_deleted=1&hide_record_type_single=1&hide_record_type_activity=1&hide_record_type_mixed=1&business_group_id=1&business_type_id=1&include=staff%2Cpositions&count=0&page=0' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: string'OK
Array of objects
Example:
[ { "id": 1050, "title": "La Visage", "public_title": "La Visage Beauty", "short_descr": "Beauty saloon", "logo": "https://app.alteg.io/images/no-master.png", "active": 1, "phone": "+13155550175", "phones": [ … ], "email": "info@lavisage.com", "country_id": 7, "schedule": "", "country": "United States", "city_id": 181, "city": "New York", "timezone": -5, "timezone_name": "America/New_York", "address": "New York, 787 Jackson Drive", "coordinate_lat": 40.73061, "coordinate_lon": -73.935242, "phone_confirmation": true, "active_staff_count": 2, "next_slot": "2026-03-23T10:10:00-05:00", "app_ios": "", "app_android": "", "currency_short_title": "$", "reminds_sms_disabled": false, "reminds_sms_default": 1, "group_priority": 900, "bookform_group_priority": 0, "description": "<p>Welcome to La Visage</p>", "photos": [], "booking_widget_promo": null } ]
Response
{ "success": true, "data": [ { … } ], "meta": [] }