List Brands
This endpoint is used to list all brands associated with your organization.
Query parameters
Page number to retrieve (1-based).
number of records per page. maximum of 500
number of records per page. maximum of 500
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.
Filter results by display name.
Filter results by entity type.
Filter results by state.
Filter results by country.
Filter results by the Telnyx Brand id
Filter results by the TCR Brand id
Response
Successful Response
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
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ●
removed the optional property
//from the response with the statusresponse-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 fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲