Skip to main content
PUT
Update Campaign

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the campaign to update

Body

application/json

Campaign properties to update

name
string
Required string length: 3 - 100
Example:

"Updated Campaign Name"

qualificationAutomatic
integer
Required range: 0 <= x <= 100
Example:

80

qualificationVerification
integer
Required range: 0 <= x <= 100
Example:

60

variables
object
Example:

Response

Campaign updated successfully

id
string
Example:

"campaign_12345abcde"

message
string
Example:

"Campaign updated successfully"

Last modified on April 25, 2025