Overview
The REST API is designed for developers who wish to programmatically integrate their AudioCodes Mediant Gateway or SBC device into their solution and for administrators who wish to perform management and configuration tasks via automation scripts.
The REST API provides access to the resources (endpoints) via pre-defined URL paths. Each resource represents specific device configuration element, state object or maintenance action.
The REST API uses standard HTTP/1.1 protocol. For enhanced security it is recommended to secure the traffic via the use of HTTPS transport layer.
Standard HTTP methods – GET, PUT, POST and DELETE – are used to read the resource’s state and to create/update/delete the resources (wherever applicable). Resource state is described in JSON format and included in the HTTP request or response bodies.