---
title: "Get a carrier registration"
method: GET
path: "/v1/sms/registrations/{id}"
tags: ["SMS"]
---

# Get a carrier registration

`GET /v1/sms/registrations/{id}`

Poll this for approval progress after starting a registration.

## Path parameters

- `id` string, required

## Response `200`

Registration

- object
  - `id` string
  - `registrationType` 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free'
  - `status` 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated' — requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
  - `brandStatus` string
  - `campaignStatus` string
  - `declineReason` string, nullable
  - `phoneNumbers` string[]
  - `awaitingOtp` boolean
  - `campaignContent` object — The submitted campaign content, present only for rejected registrations with a campaign. Edit and resubmit it via the appeal endpoint's optional content fields.
    - `messageFlow` string
    - `sample1` string
    - `sample2` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Registration not found

---

[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/0942091eaa8c/schema)
