---
title: "Create an alphanumeric sender ID"
method: POST
path: "/v1/sms/sender-ids"
tags: ["SMS"]
---

# Create an alphanumeric sender ID

`POST /v1/sms/sender-ids`

Registers an alphanumeric sender ID (e.g. `ZERNIO`) — a branded `from`
for one-way international SMS. No phone number purchase or carrier
registration is needed; once created, pass it as `from` on
`POST /v1/sms/messages`.

Constraints: 3-11 characters (letters, digits, spaces; at least one
letter). Sends cannot reach the US, Canada, or Puerto Rico, are
text-only, and recipients cannot reply. Sender IDs that impersonate
well-known brands or institutions are rejected. Names are not
exclusive: the same sender ID can be registered by any number of
workspaces. Creating the same sender ID again is a no-op
(re-activates it after a delete).

## Request body

- object
  - `senderId` string, required — The sender ID recipients will see (3-11 letters/digits/spaces, at least one letter, no leading/trailing space).

## Response `200`

Sender ID created (or re-activated).

- object
  - `id` string — Sender ID resource id.
  - `senderId` string
  - `isActive` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Workspace is not on usage-based billing, or already holds the maximum of 1,000 active sender IDs (code `sender_id_limit_reached`; raisable via support).
- `422` — Sender ID rejected: it appears to impersonate a protected brand or institution.

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/a23bb6e63438/schema)
