v51

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

Update 10DLC campaign

Update a 10DLC campaign in draft status. Cannot update after submission.

patch/v1/10dlc/campaigns/{campaignId}

Path parameters

campaignIdstring required

10DLC campaign ID.

Request body

namestring
descriptionstring
sampleMessagesstring[]
messageFlowstring
helpMessagestring
optInKeywordsstring[]
optOutKeywordsstring[]

Response

Campaign updated.

Example response

{
  "campaign": {
    "name": "Order Notifications",
    "useCase": "ACCOUNT_NOTIFICATION"
  }
}