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
Example request
{
"salon_id": 123,
"application_id": 123,
"short_names": [
"Altegio",
"AL"
]
}Response
OK