v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Marketplace

Data About Locations Connected to the Application

This endpoint retrieves a list of locations that have connected a specific application, along with detailed information about each.

get/marketplace/application/{application_id}/salons

Path parameters

application_idnumber required

Application ID

Query parameters

pagenumber required

Page number

countnumber required

Number of elements per page

Headers

Acceptstring required

e.g. application/vnd.api.v2+json

Response

Locations array

successboolean

Success status (true)

metaobject[]

Metadata (empty array)

Example response

{
  "success": true,
  "data": [
    {
      "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": [
        "+13155550175"
      ],
      "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
    }
  ],
  "meta": []
}
All 31 operations