v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Campaign Registry: Brands

List brands

Returns a list of your registered brands for 10DLC.

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.

get/api/relay/rest/registry/beta/brands

Query parameters

filter_namestring

The name given to the brand. Will return all Brands containing this value as a substring.

filter_statestring

The state of the brand in the registration process, such as pending or complete. Will return all Brands with this value.

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "state": "pending",
      "name": "My Brand",
      "company_name": "BrandCo",
      "contact_email": "brand_info@example.com",
      "contact_phone": "+18995551212",
      "ein_issuing_country": "United States",
      "legal_entity_type": "Private Company",
      "ein": "12-3456789",
      "company_address": "123 Brand St, Hill Valley CA, 91905",
      "company_vertical": "Healthcare",
      "company_website": "www.example.com",
      "status_callback_url": "https://example.com/handle_callback"
    }
  ]
}