Skip to content

Provisioning API

The provisioning API is currently an internal API for enabling integration between external PBX systems and the DialoX platform. It is based on REST.

Authorization

To use the provioning APIs, you need a valid JWT token. Contact the DialoX team to obtain such a token.

The authorization itself is through a standard Authorization: Bearer <your token here> HTTP header.

REST endpoints