---
title: "Application Status Data for Any Location"
method: GET
path: "/marketplace/salon/{location_id}/application/{application_id}"
tags: ["Marketplace"]
---

# Application Status Data for Any Location

`GET /marketplace/salon/{location_id}/application/{application_id}`

This endpoint is used to retrieve information about the application's installation status in a specific location.

## Path parameters

- `location_id` number, required
- `application_id` number, required

## Headers

- `Accept` string, required

## Response `200`

Info about application location link

- object
  - `success` boolean — Response status.
  - `data` object
    - `connection_status` object — Installation status
      - `status` 'pending' | 'freezed' | 'active' — Application installation status in the location. Pending - waiting for activation from the partner, Freezed - frozen due to non-payment, Active - active
      - `created_at` string — Date of link creation
    - `payments` object[] — Payments list
      - `payment_sum` number — The payment amount for the period.
      - `id` number — Payment ID.
      - `payment_date` string — The date of payment.
      - `is_refunded` boolean — Was there a refund?
      - `period_from` string — Subscription start date
      - `period_to` string — Subscription end date
    - `logs` object[] — Application status change log in location
      - `changed_at` string — Status change date
      - `status_from` string — Previous app status in location
      - `status_to` string — New application status in the location
      - `source` string — Status Change Source
  - `meta` ResponseMetaEmptyObject — Additional response data (empty object or empty array)

## Other responses

- `401` — No partner token given.
- `403` — No application access
- `404` — Application isn't installed

---

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