- Application Status Data for Any Location
Connect an Application to a Location
Permissions Requested by an Application
Data About Locations Connected to the Application
Get application tariffs
Set payment discount for locations
Generate payment link
Update notification channel availability
Application Uninstall
Application Installation for a Location
Redirect URL after user registration with the partner service
Notify Altegio of Successful Payment
Chargeback Notice
Notify Altegio of Available SMS Sender Names
Webhook from Altegio About Application Events
Application Status Data f...
Retrieves the application's installation status in a specific location. Use it after the installation callback to confirm that the status is active.
For the complete owner grant → partner confirmation → status check flow, see Install & test your app before moderation.
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/marketplace/salon/{location_id}/application/{application_id}
- https://app.alteg.iohttps://app.alteg.io/marketplace/salon/{location_id}/application/{application_id}
curl -i -X GET \
'https://developer.alteg.io/_mock/en/developers/openapi/marketplace/salon/{location_id}/application/{application_id}' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>'Info about application location link
Example:
{ "logs": [ { … }, { … } ], "payments": [ { … } ], "connection_status": { "status": "active", "created_at": "2022-06-27 12:20:02" } }
Response
{ "success": true, "data": { "logs": [ … ], "payments": [ … ], "connection_status": { … } } }