v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Marketplace

Application Status Data for Any Location

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

get/marketplace/salon/{location_id}/application/{application_id}

Path parameters

location_idnumber required

Location ID

application_idnumber required

Application ID

Headers

Acceptstring required

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

Response

Info about application location link

successboolean

Response status.

metaResponseMetaEmptyObject

Additional response data (empty object or empty array)

Example response

{
  "success": true,
  "data": {
    "logs": [
      {
        "changed_at": "2022-06-27 12:20:02",
        "status_from": "uninstalled",
        "status_to": "pending",
        "source": "marketplace"
      },
      {
        "changed_at": "2022-06-27 12:22:02",
        "status_from": "pending",
        "status_to": "active",
        "source": "partner_api"
      }
    ],
    "payments": [
      {
        "id": 1523,
        "payment_sum": 1523.12,
        "payment_date": "2022-06-27 12:22:02",
        "is_refunded": false,
        "period_from": "2022-06-27 00:00:00",
        "period_to": "2022-07-27 00:00:00"
      }
    ],
    "connection_status": {
      "status": "active",
      "created_at": "2022-06-27 12:20:02"
    }
  }
}