cURL
curl --request POST \ --url https://api.callers.ai/campaigns/{campaignId}/update/interestcriteria \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "value": "<string>", "updatedAt": "<string>", "isReviewed": true }'
{ "status": "error", "message": "<string>", "data": [ {} ] }
Updates the interest criteria of the specified campaign
Optional sub organization ID. Must belong to your main organization API key.
The response is of type object.
object