Skip to content

Provisioning API

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

Authorization

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

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

REST endpoints