---
title: "Get brand"
method: GET
path: "/api/relay/rest/registry/beta/brands/{id}"
tags: ["Campaign Registry: Brands"]
---

# Get brand

`GET /api/relay/rest/registry/beta/brands/{id}`

Retrieves the details of a brand.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Messaging_ and _Numbers_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- BrandResponse — Response containing a single brand.
  - `id` string, uuid, required — Universal Unique Identifier.
  - `state` string — The current state of the brand.
  - `name` string — Brand/Marketing/DBA name of the business if applicable.
  - `company_name` string — The legal name of the business.
  - `contact_email` string — A company contact email for this brand.
  - `contact_phone` string — A contact phone number for this brand.
  - `ein_issuing_country` string — Country of registration.
  - `legal_entity_type` string — What type of legal entity is the organization? (PRIVATE_PROFIT, PUBLIC_PROFIT, NON_PROFIT)
  - `ein` string — Company EIN Number/Tax ID.
  - `company_address` string — Full company address.
  - `company_vertical` string — An optional Vertical for the brand (REAL_ESTATE, HEALTHCARE, ENERGY, ENTERTAINMENT, RETAIL, AGRICULTURE, INSURANCE, EDUCATION, HOSPITALITY, FINANCIAL, GAMBLING, CONSTRUCTION, NGO, MANUFACTURING, GOVERNMENT, TECHNOLOGY, COMMUNICATION).
  - `company_website` string — Link to the company website.
  - `csp_brand_reference` string — If you are your own Campaign Service Provider, this is the approved Brand ID (Mandatory for CSPs, otherwise please omit).
  - `csp_self_registered` boolean — This value must be true for all self-registered brands.
  - `status_callback_url` string — Optional: Specify a URL to receive webhook notifications when your brand's state changes. See the [10DLC status callback](/docs/apis/rest/campaign-registry/webhooks/ten-dlc-status-callback) docs for the webhook payload.
  - `created_at` string, date-time — Timestamp when the brand was created.
  - `updated_at` string, date-time — Timestamp when the brand was last updated.

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/versions/05c5164b85c7/schema)
