---
title: "Notify Altegio of Available SMS Sender Names"
method: POST
path: "/marketplace/partner/short_names"
tags: ["Marketplace"]
---

# Notify Altegio of Available SMS Sender Names

`POST /marketplace/partner/short_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.

## Headers

- `Accept` string, required

## Request body

- object
  - `salon_id` number, required — Location ID.
  - `application_id` number, required — Application ID
  - `short_names` string[], required — Array of SMS names

## Response `201`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Invalid params 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)
