---
title: "GET /v1/a2p/BrandRegistrations/{Sid}"
method: GET
path: "/v1/a2p/BrandRegistrations/{Sid}"
tags: ["MessagingV1BrandRegistration"]
---

# GET /v1/a2p/BrandRegistrations/{Sid}

`GET /v1/a2p/BrandRegistrations/{Sid}`

## Path parameters

- `Sid` string, required

## Response `200`

OK

- MessagingV1BrandRegistrations
  - `sid` string, nullable — The unique string to identify Brand Registration.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource.
  - `customer_profile_bundle_sid` string, nullable — A2P Messaging Profile Bundle BundleSid.
  - `a2p_profile_bundle_sid` string, nullable — A2P Messaging Profile Bundle BundleSid.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `brand_type` string, nullable — Type of brand. One of: "STANDARD", "SOLE_PROPRIETOR". SOLE_PROPRIETOR is for the low volume, SOLE_PROPRIETOR campaign use case. There can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand.
  - `status` 'PENDING' | 'APPROVED' | 'FAILED' | 'IN_REVIEW' | 'DELETION_PENDING' | 'DELETION_FAILED' | 'SUSPENDED' — Brand Registration status. One of "PENDING", "APPROVED", "FAILED", "IN_REVIEW", "DELETION_PENDING", "DELETION_FAILED", "SUSPENDED".
  - `tcr_id` string, nullable — Campaign Registry (TCR) Brand ID. Assigned only after successful brand registration.
  - `failure_reason` string, nullable — DEPRECATED. A reason why brand registration has failed. Only applicable when status is FAILED.
  - `errors` unknown[], nullable — A list of errors that occurred during the brand registration process.
    - unknown
  - `url` string, uri, nullable — The absolute URL of the Brand Registration resource.
  - `brand_score` integer, nullable — The secondary vetting score if it was done. Otherwise, it will be the brand score if it's returned from TCR. It may be null if no score is available.
  - `brand_feedback` BrandRegistrationsEnumBrandFeedback[], nullable — DEPRECATED. Feedback on how to improve brand score
  - `identity_status` 'SELF_DECLARED' | 'UNVERIFIED' | 'VERIFIED' | 'VETTED_VERIFIED' — When a brand is registered, TCR will attempt to verify the identity of the brand based on the supplied information.
  - `russell_3000` boolean, nullable — Publicly traded company identified in the Russell 3000 Index
  - `government_entity` boolean, nullable — Identified as a government entity
  - `tax_exempt_status` string, nullable — Nonprofit organization tax-exempt status per section 501 of the U.S. tax code.
  - `skip_automatic_sec_vet` boolean, nullable — A flag to disable automatic secondary vetting for brands which it would otherwise be done.
  - `mock` boolean, nullable — A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided.
  - `links` object, nullable

---

[API](https://skmtc.net/twilio/apis/messaging-v1.md) · [All operations](https://skmtc.net/twilio/apis/messaging-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/messaging-v1/versions/ef8fb6b6bfee/schema)
