Campaigns
Update Campaign
Update an existing campaign.
PUT
Update an existing campaign’s configuration. Only campaigns in
draft or paused status can be updated.
Running or completed campaigns cannot be updated. Pause the campaign first if you need to make changes.
Path Parameters
campaign_id(integer, required): The unique identifier of the campaign
Request Body
All fields are optional. Only include fields you want to update.Example Request
Request Body
Response
Returns a success message when the update is complete.Response
Example Code
cURL
Python
JavaScript
Error Responses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request model for updating a campaign.
Response
Successful Response