Tickets-API
Overview
White-label support ticket system — embed the widget or build your own UI on the REST API.
Tickets API
White-label support ticket system. Embed our widget on your website or build your own UI on the REST API.
Base URL:
https://www.theredstonee.de/api/tickets/v1Format: JSON. All requests/responses are UTF-8.Quick Start
- Create a tenant at tickets-api/
- You get two keys:
pk_live_*(public, create only) andsk_live_*(secret, everything). - Embed the widget or use the API directly:
<script src="https://www.theredstonee.de/widget/tickets.js"
data-key="pk_live_YOUR_KEY" async></script>
Most shops are fine with the widget. If you want your own UI, use the endpoints directly.