---
title: "List RCS brands"
method: GET
path: "/rcs/brands"
tags: ["RCS Brands"]
---

# List RCS brands

`GET /rcs/brands`

Lists RCS brands owned by the authenticated organization.

## Response `200`

RCS brands owned by the organization.

- BrandResponse[]
  - `addresses` object, required
  - `brand_id` string, uuid, required
  - `capabilities` CapabilitiesResponse, required
    - `brand_entity` boolean, required
    - `brand_verification` boolean, required
    - `campaigns` boolean, required
    - `distinct_launch_phase` boolean, required
    - `invite_test_devices` boolean, required
    - `per_carrier_approval` boolean, required
    - `submission_sections` boolean, required
    - `templates` boolean, required
    - `vendor_webhooks` boolean, required
  - `contacts` object, required
  - `display_name` string, required
  - `identifiers` object, required
  - `legal_entity_type` string, required
  - `legal_name` string, required
  - `organization_type` string, required
  - `profile_id` string, nullable, required
  - `status` 'CREATED' | 'CONFIGURED' | 'SUBMITTED' | 'REVIEWING' | 'VETTING' | 'VERIFIED' | 'REJECTED' | 'FAILED', required
  - `website_url` string, uri, required

## Other responses

- `401` — The request is not authenticated.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
