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 }

 

← Working with the system Terms and abbreviations →