Partner API (PAPI)
Build partner integrations and white-label solutions.
Who PAPI is for
PAPI is aimed at Telavox partners building integrations, white-label solutions, and value-added services on top of Telavox. Tokens are issued to a dedicated API user — not to a human partner login.
Base URL
All PAPI endpoints are reached under this base URL. The OpenAPI reference shows the paths relative to it.
https://partner.telavox.se/partner2/api/papiAPI conventions
- REST over HTTPS, JSON request and response bodies, UTF-8 encoded.
- JWT-based authentication; the JWT is bound to an API user with assigned groups.
- Implement exponential backoff for retries.