cURL
curl --request PATCH \ --url https://api.voxo.co/v2/admin/call-campaigns/add-numbers/{campaignId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "numbers": [ { "number": "<string>", "description": "<string>" } ] } '
{ "status": "<string>", "message": "<string>", "campaignId": 123, "campaign": "<string>", "numbers": [ { "number": "<string>", "description": "<string>" } ] }
Add phone numbers to a call campaign
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Campaign ID
x > 0
Phone numbers to add to the campaign
1
Show child attributes
Numbers added
Operation status
Status message
Campaign name
Was this page helpful?
Contact support