post
https://{subdomain}.td.commpeak.com/api/did
Activate or deactivate one or more dynamic caller IDs in a single request.
Parameters.
is_active(integer, required): Status to set.1to activate,0to deactivate.ids(array of integers, required): IDs of the dynamic caller IDs to update.
Returns. { "updatedIds": [ ... ] }, listing the IDs that were changed.
Notes. A caller ID that is set as a campaign's default caller ID is skipped when deactivating, so it will not appear in updatedIds. Any IDs that do not exist are ignored.
Example.
POST /api/did
{
"is_active": 0,
"ids": [15, 11]
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…