curl --request PATCH \
--url https://api.callers.ai/campaigns/{campaignId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated customer follow-up calls"
}
'{
"status": "success",
"data": {
"success": true
}
}{
"status": "error",
"message": "<string>",
"data": [
{}
]
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}Campaigns
Update campaign
Partially updates the specified campaign fields
PATCH
/
campaigns
/
{campaignId}
curl --request PATCH \
--url https://api.callers.ai/campaigns/{campaignId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated customer follow-up calls"
}
'{
"status": "success",
"data": {
"success": true
}
}{
"status": "error",
"message": "<string>",
"data": [
{}
]
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}Authorizations
Headers
Optional sub organization ID. Must belong to your main organization API key.
Path Parameters
ID of the campaign to update
Body
application/json