Update dynamic caller ids

The Update dynamic caller ids endpoint allows to update the status of specific caller IDs. The request should include a raw JSON body with the keys "is_active" and "ids". The "is_active" key should have a value of 0 to deactivate the IDs, and the "ids" key should be an array of the IDs to be updated.

Request Body

  • is_active (number): Indicates the status to be updated. Set to 0 to deactivate the IDs.
  • ids (array): An array of IDs to be updated.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!