Tickets-API

Error Codes & Rate Limits

HTTP status codes and the per-key rate limits.

Error Codes

HTTPMeaning
400Validation error
401Invalid/missing key
403Tenant not enabled / missing permission
404Ticket not found
413File too large (> 5 MB)
415File type not allowed
429Rate limit exceeded
500Server error

All error responses:

{ "ok": false, "error": "Description" }

Rate Limits

Per key, sliding 60-second window:

KeyLimit
pk_live_* (widget)20 requests/minute
sk_live_* (backend)120 requests/minute
On exceed: 429. Wait 60 seconds and try again.
Copyright © 2026