/
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
Client
More like this
Interactive API Browser
Interactive API Browser
More like this
Creating and Authorizing PBX Applications
Creating and Authorizing PBX Applications
More like this
Authorization Page
Authorization Page
More like this
REST API Structure
REST API Structure
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