v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
10DLC

List 10DLC brands

List 10DLC brand registrations for this project.

get/v1/10dlc/brands

Query parameters

limitinteger
cursorstring

Response

List of brands.

nextCursorstring nullable

Example response

{
  "items": [
    {
      "displayName": "Acme Corp",
      "ein": "12-3456789",
      "phone": "+14155551234",
      "country": "US",
      "vertical": "Technology"
    }
  ]
}