Update device

Use the Update device API request if you want to update an existing device from the dialer. You should send the following fields in the body request:

Request Body

  • extension (string, optional): The extension of the device.

  • name (string, optional): The name of the device.

Response

The response will be an array of devices with the following properties:

  • id (string): The unique identifier of the device.

  • name (string): The name of the device.

  • extension (string): The extension of the device.

  • password (string): The password of the device.

  • created_at (string): The timestamp of when the device was created.

  • updated_at (string): The timestamp of when the device was last updated.

  • login_user_id (string): The user ID associated with the device's login.

  • last_login (string, null): The timestamp of the device's last login, or null if not available.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
Responses

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