latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-201,3412,1385.0 MB

3fdc16374d70

RCS Brands

List RCS brands

Lists RCS brands owned by the authenticated organization.

get/rcs/brands

Response

RCS brands owned by the organization.

addressesobject required
brand_idstring uuid required
contactsobject required
display_namestring required
identifiersobject required
legal_entity_typestring required
legal_namestring required
organization_typestring required
profile_idstring nullable required
status'CREATED' | 'CONFIGURED' | 'SUBMITTED' | 'REVIEWING' | 'VETTING' | 'VERIFIED' | 'REJECTED' | 'FAILED' required
website_urlstring uri required

Example response

[
  {
    "addresses": {
      "primary": {
        "administrative_area": "IL",
        "city": "Chicago",
        "country_code": "US",
        "line_1": "1 Main Street",
        "postal_code": "60601"
      }
    },
    "brand_id": "11111111-1111-4111-8111-111111111111",
    "capabilities": {
      "brand_entity": true,
      "brand_verification": true,
      "campaigns": false,
      "distinct_launch_phase": false,
      "invite_test_devices": false,
      "per_carrier_approval": false,
      "submission_sections": true,
      "templates": false,
      "vendor_webhooks": false
    },
    "contacts": {
      "brand": {
        "contact_type": "BRAND",
        "email": "jane@example.com",
        "first_name": "Jane",
        "last_name": "Doe",
        "phone_number": "+13125550100",
        "title": "Messaging Operations Manager"
      }
    },
    "display_name": "Acme",
    "identifiers": {
      "ein": {
        "identifier_type": "EIN",
        "value": "12-3456789"
      }
    },
    "legal_entity_type": "LIMITED_LIABILITY_COMPANY",
    "legal_name": "Acme LLC",
    "organization_type": "PRIVATE_PROFIT",
    "profile_id": "40000000-0000-0000-0000-000000000001",
    "status": "CREATED",
    "website_url": "https://www.example.com"
  }
]