Tickets-API

Authentication

Bearer token with public and secret keys.

Authentication

Bearer token in the Authorization header. There are two key types:

Key prefixPurposeVisibility
pk_live_*Public key — for the widgetMay live in the frontend
sk_live_*Secret key — backend/APINever in the frontend
Authorization: Bearer sk_live_YOUR_KEY
For pk_live_ actions on a ticket (read/reply), also send the ticket email as the email parameter — otherwise 403.
Copyright © 2026