---
title: "Get Registration Status"
method: GET
path: "/v1/register/status"
tags: ["registration"]
---

# Get Registration Status

`GET /v1/register/status`

Check the status of your A2P 10DLC registration.

Registrations created with create_sub_account=true (the default) live on
a sub-account; this resolves to it automatically when there's exactly
one, or honors the X-Sub-Account-Id header.

## Response `200`

Successful Response

- CampaignStatusResponse
  - `campaign_status` string, required
  - `message` string, required
  - `stage` string, nullable
  - `sub_account_id` string, nullable — Set when the registration lives on a sub-account of the calling account (the default for POST /v1/register). Pass it as the X-Sub-Account-Id header to address that sub-account directly.

---

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