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
Example response
{
"message": "<string>",
"success": "<boolean>"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.