---
title: "Webhook from Altegio About Application Events"
method: POST
path: "/marketplace_webhook"
tags: ["Marketplace"]
---

# Webhook from Altegio About Application Events

`POST /marketplace_webhook`

Note: This is not a callable endpoint.

This section describes how Altegio sends webhook notifications when specific events occur in the application-to-location lifecycle. The following event types are currently supported:

* uninstall — Sent when the application is disabled on the Altegio side.
* freeze — Sent when the integration is frozen due to service expiration.

You can configure the webhook URL for receiving these events in your Altegio Developer Account.

## Headers

- `Accept` string, required

## Request body

- object
  - `salon_id` number, required — Location ID.
  - `application_id` number, required — Application ID.
  - `event` 'uninstall' | 'freeze', required — Event Slug.
  - `partner_token` string, required — Bearer token of the developer's location (to verify the origin of the webhook)

## Response `200`

From the side of the partner, a response code of successful processing (200-299) is expected.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
