Brands

List Brands

This endpoint is used to list all brands associated with your organization.

get/10dlc/brand

Query parameters

pageinteger

Page number to retrieve (1-based).

recordsPerPageinteger

number of records per page. maximum of 500

number of records per page. maximum of 500

sort'assignedCampaignsCount' | '-assignedCampaignsCount' | 'brandId' | '-brandId' | 'createdAt' | '-createdAt' | 'displayName' | '-displayName' | 'identityStatus' | '-identityStatus' | 'status' | '-status' | 'tcrBrandId' | '-tcrBrandId'

Specifies the sort order for results. If not given, results are sorted by created_at in descending order.

Specifies the sort order for results. If not given, results are sorted by createdAt in descending order.

displayNamestring

Filter results by display name.

entityTypestring

Filter results by entity type.

statestring

Filter results by state.

countrystring

Filter results by country.

brandIdstring
Example:826ef77a-348c-445b-81a5-a9b13c68fbfe

Filter results by the Telnyx Brand id

tcrBrandIdstring
Example:BBAND1

Filter results by the TCR Brand id

Response

Successful Response

pageinteger
totalRecordsinteger

Example response

{
  "page": 1,
  "records": [
    {
      "assignedCampaingsCount": 2,
      "brandId": "4b206179-f731-8ab7-f19c-34e19d22ide9",
      "companyName": "Example Company Inc.",
      "createdAt": "2021-03-08T17:57:48.801186",
      "displayName": "Example Company",
      "email": "examplename@examplecompany.com",
      "entityType": "PRIVATE_PROFIT",
      "tcrBrandId": "BBRAND1",
      "updatedAt": "2021-03-08T17:57:48.801186",
      "website": "www.examplecompany.com"
    }
  ],
  "totalRecords": 1
}

Changes

Changed in 2 of the 61 revisions of this API.211

  • 1571b0380bd711See the full diff
    • the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    • removed the optional property // from the response with the status

      response-optional-property-removed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog