Activate or deactivate dynamic caller ids

Activate or deactivate one or more dynamic caller IDs in a single request.

Parameters.

  • is_active (integer, required): Status to set. 1 to activate, 0 to 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body for enabling or disabling dynamic caller ids.

integer
enum
required

Status to set. 0 to deactivate, 1 to activate.

Allowed:
ids
array of integers
required

IDs of the dynamic caller ids to update.

ids*
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json