v51

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

List 10DLC campaigns

List 10DLC campaign registrations for this project.

get/v1/10dlc/campaigns

Query parameters

brandIdstring

Filter campaigns by brand ID.

limitinteger
cursorstring

Response

List of campaigns.

nextCursorstring nullable

Example response

{
  "items": [
    {
      "name": "Order Notifications",
      "useCase": "ACCOUNT_NOTIFICATION"
    }
  ]
}