Save and Apply Settings

By default, when you configure the PBX settings via API interfaces, the settings will be saved and applied automatically. To avoid that the changed settings not being applied, you can invoke this interface to apply all settings after all settings are configured.

Endpoint

POST /api/v1.1.0/apply?token={token}

Request Parameters

No parameter. Only need to send the request.

Examples

Request Example

POST /api/v1.1.0/apply?token=1e3b3ebb6a974cb42ed31de5413df52d HTTP/1.1
Content-Type:application/json; charset=utf-8
Host: 192.168.5.150
Response Example
HTTP/1.1 200 OK
Access-control-allow-origin: *
Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE
{
    "status": "Success"
}