v1

latestOpenAPI 3.0.02026-08-063524105.9 KB
Telephony - A2P Brands

List A2P brands

List all A2P brands (10DLC) in a workspace.

get/internal/telephony/a2p-brands

Query parameters

workspaceIdstring uuid required

Response

A2P brands list

idstring uuid required

Unique identifier

workspaceIdstring uuid required

Workspace ID

providerIdstring nullable required

Provider brand ID

status'pending' | 'approved' | 'failed' required

Brand status

businessNamestring required

Business name

einstring nullable required

EIN number

createdAtstring date-time required

Creation timestamp

updatedAtstring date-time required

Last update timestamp

Example response

[
  {
    "status": "approved",
    "businessName": "Acme Corp",
    "ein": "12-3456789"
  }
]