---
title: "Application Installation for a Location"
method: POST
path: "/marketplace/partner/callback"
tags: ["Marketplace"]
---

# Application Installation for a Location

`POST /marketplace/partner/callback`

The integration settings of the partner service must be sent to this address. Once received, the application will be configured and installed for the corresponding location.

## Headers

- `Accept` string, required

## Request body

- object
  - `salon_id` number, required — Location ID.
  - `application_id` number, required — Application ID.
  - `api_key` number — API-key for messaging module.
  - `webhook_urls` string[] — Webhooks array

## Response `201`

All parameters installed

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Invalid parameters given

---

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