v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

patch/campaigns/{campaign_id}

Path parameters

campaign_idstring required

The campaign identifier (UUID).

Request body

status'ACTIVE' | 'PAUSED' | 'COMPLETED' | 'CANCELLED' required

New status for the campaign.

Response

Example response

{
  "data": {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "name": "Declined Payment Recovery - Colombia",
    "status": "PAUSED",
    "updated_at": "2025-07-15T10:00:00Z"
  }
}