v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Manage Agents

UnPause Agent

UnPause Agent

This endpoint allows you to unpause a specific agent using the following parameters:

  • agent: (Required) Enter the extension number you wish to unpause.

  • format: The format of the response.

API Response

The response will include the following fields:

  • success: Indicates the success status of the unpause action.

  • message: Provides additional information or error message related to the unpause action.

post/api/unpause

Response

successful

messagestring
successstring

Example response

{
  "message": "<string>",
  "success": "<boolean>"
}