v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Marketplace

Application Installation for a Location

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.

post/marketplace/partner/callback

Headers

Acceptstring required

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

Request body

salon_idnumber required

Location ID.

application_idnumber required

Application ID.

api_keynumber

API-key for messaging module.

webhook_urlsstring[]

Webhooks array

Example request

{
  "salon_id": 123,
  "application_id": 123,
  "webhook_urls": [
    "https://example.com/webhook"
  ]
}

Response

All parameters installed