v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Nudge a 10DLC Campaign review

Requests action on a pending or rejected 10DLC Campaign. Use nudge_intent to specify the action:

  • REVIEW: Request review for a pending Campaign. - APPEAL_REJECTION: Appeal a rejected Campaign. Note:
  • The Campaign must be at least 72 hours old.
  • Only one nudge request per Campaign is allowed every 24 hours.
post/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/nudge

Path parameters

brand_idstring required
Example:B9FXYNH

The unique ID of the 10DLC Brand.

campaign_idstring required
Example:CSJ4TV0

The unique ID of the 10DLC Campaign.

Request body

nudge_intentstring required

Nudge intent. Allowed values: REVIEW, APPEAL_REJECTION. Use nudge_intent to specify the action: - REVIEW: Request review for a pending Campaign. - APPEAL_REJECTION: Appeal a rejected Campaign.

descriptionstring required

Description of the nudge request.

Example request

{
  "nudge_intent": "REVIEW",
  "description": "Please review the campaign."
}

Response

Returns a success confirmation. The nudge request is submitted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}