/
Quick Start
Quick Start
To make requests to the REST API of a virtual PBX, you need to create and authorize a trusted application.
Requests to the REST API are made via the URL https://<hostname>/api/ver1.0/ where <hostname> is the address of your domain in the system specified in the PDF file with the PBX data sent to you by email.
The access token received during application authorization must be passed in the Authorization header in the format "Bearer <access_token>" in each API request. The request parameters are passed in the application/x-www-form-urlencoded format, and the request body (if available) is passed in the application/json format.
System response:
{
"dealer_id":null,
"admin":false,
"extra_params":null,
"access":"full",
"extension_id":null,
"client_id":32362,
"extension_group_id":null,
"timezone":"Europe/Moscow",
"login":"ringme_test",
"id":73870
}
, multiple selections available,
Related content
Interactive API Browser
Interactive API Browser
More like this
REST API Structure
REST API Structure
More like this
API Requests with an Access Token
API Requests with an Access Token
More like this
Authorization of Trusted PBX Applications
Authorization of Trusted PBX Applications
More like this
Authorization of Public PBX Applications with User Confirmation
Authorization of Public PBX Applications with User Confirmation
More like this
Authorization of PBX Applications Using the User's Username and Password
Authorization of PBX Applications Using the User's Username and Password
More like this