v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Marketplace

Notify Altegio of Available SMS Sender Names

This endpoint is used to send the list of SMS sender names available to the user. The user will be able to choose from any of the provided sender names.

post/marketplace/partner/short_names

Headers

Acceptstring required

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

Request body

salon_idnumber required

Location ID.

application_idnumber required

Application ID

short_namesstring[] required

Array of SMS names

Example request

{
  "salon_id": 123,
  "application_id": 123,
  "short_names": [
    "Altegio",
    "AL"
  ]
}

Response

OK