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

# Get Registration Details

`GET /v1/register`

Retrieve the content of your submitted A2P 10DLC registration.

Returns the brand identity and campaign content exactly as it was
submitted (business info, description, use case, sample messages, opt-in
consent flow, opt-in screenshot URL) so you can review what carriers are
reviewing. Internal registry ids, vendor names, and processing state are
never exposed; the coarse `stage` mirrors GET /v1/register/status. The
EIN is returned as its last 4 digits only.

Like the status endpoint, this resolves to a sub-account when the
registration lives on one (the default for POST /v1/register) — either
automatically when there's exactly one, or via the X-Sub-Account-Id
header.

## Response `200`

Successful Response

- RegistrationDetailResponse
  - `campaign_status` string, required
  - `stage` string, nullable
  - `sub_account_id` string, nullable — Set when the registration lives on a sub-account of the calling account.
  - `brand` RegistrationBrandDetail
    - `business_name` string, nullable
    - `website_url` string, nullable
    - `industry` string, nullable
    - `entity_type` string, nullable
    - `ein` string, nullable — The EIN / Tax ID as submitted.
    - `email` string, nullable
    - `phone` string, nullable
    - `contact_name` string, nullable
    - `street_address` string, nullable
    - `street_address_2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip_code` string, nullable
    - `country` string, nullable
  - `campaign` RegistrationCampaignDetail
    - `use_case` string, nullable
    - `description` string, nullable
    - `message_samples` string[]
    - `consent_flow` string, nullable
    - `opt_in_image_url` string, nullable
    - `includes` string[] — Content types detected in the submitted samples, e.g. 'links', 'phone_numbers'.

---

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