---
title: "Data About Locations Connected to the Application"
method: GET
path: "/marketplace/application/{application_id}/salons"
tags: ["Marketplace"]
---

# Data About Locations Connected to the Application

`GET /marketplace/application/{application_id}/salons`

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

## Path parameters

- `application_id` number, required

## Query parameters

- `page` number, required
- `count` number, required

## Headers

- `Accept` string, required

## Response `200`

Locations array

- CompaniesDataTypes — Get a list of locations
  - `success` boolean — Success status (true)
  - `data` object[] — Array of objects
    - `id` number — location ID
    - `title` string — location name
    - `public_title` string — Public display name of the location
    - `short_descr` string — location category
    - `logo` string — location logo image address
    - `active` integer — Is the location active (1 = active, 0 = inactive)
    - `phone` string — location phone number
    - `phones` string[] — Array of location phone numbers
    - `email` string — Location email address
    - `country_id` number — Identifier of the country in which the location is located
    - `schedule` string — location schedule
    - `country` string — location country name
    - `city_id` number — City ID where the location is located
    - `city` string — location city name
    - `timezone` number — Timezone offset in hours
    - `timezone_name` string — timezone locations
    - `address` string — Address where the location is located
    - `coordinate_lat` number, float — Latitude
    - `coordinate_lon` number, float — Longitude
    - `phone_confirmation` boolean — Do I need to confirm my phone number via SMS when appointment?
    - `active_staff_count` number — Number of team members available for appointment
    - `next_slot` string, date-time — Date and time of the next free session in the location (ISO8601). The field will be present only if the GET parameter forBooking=1 is passed
    - `app_ios` string — Link to iOS App
    - `app_android` string — Link to app for Android
    - `currency_short_title` string — Abbreviated currency name
    - `reminds_sms_disabled` boolean — SMS reminders disabled
    - `reminds_sms_default` integer — Default SMS reminder setting
    - `group_priority` number — The higher the priority, the higher the location when displayed in the list of chain locations
    - `bookform_group_priority` number — Priority for booking form display
    - `description` string — Full HTML description of the location
    - `photos` string[] — Array of location photo paths
    - `company_photos` string[] — Array of full location photo URLs
    - `booking_widget_promo` object, nullable — Booking widget promo configuration
  - `meta` object[] — Metadata (empty array)

## Other responses

- `401` — No partner token given
- `403` — No access to application.

---

[API](https://skmtc.net/alteg/apis/developer-tools.md) · [All operations](https://skmtc.net/alteg/apis/developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/developer-tools/versions/c89b6494ffd2/schema)
