Porovnat verze

Klíč

  • Tento řádek byl přidán.
  • Tento řádek byl odstraněn.
  • Formátování bylo změněno.

...

  • IPBX API - centralized API containing a wide range of management/configuration options

  • Local API (deprecated) - API running on each PBX, will be part of IPBX API in the future

Working with IPBX API.

Prerequisites

  1. Shell with curl and jq installed

  2. Create user account - Komunikátor - modul administrace uživatelů s licencí Volání, Komplet, Callcentrum

Authentication

Authentication is based on providing Bearer {access_token} into Authorization header with every request. To obtain an access_token, make POST request to
https://restapi.ipex.cz/v1/sso/login with credentials contained in the body.

...