π Ticket APIs
Get All Tickets
Authorization: Bearer your_jwt_token_here apikey: your_api_key_here Content-Type: application/json{ "data": [ ... ] }
Store Ticket
Authorization: Bearer your_jwt_token_here apikey: your_api_key_here Content-Type: application/json{ "subject": "Ticket Subject", ... }{ "message": "Ticket created successfully", "data": { ... } }
Reply to Ticket
Edit Ticket Reply
Update Ticket Reply
Last updated