cURL
curl --request GET \ --url https://rdp.sh/api/v1/tickets \ --header 'Authorization: <api-key>'
[ { "id": 123, "title": "<string>", "status": "<string>", "priority": "<string>", "server_id": 123, "created_at": "<string>", "updated_at": "<string>" } ]
Retrieve a list of your support tickets.
Tickets retrieved successfully.
1
"Server not responding"
"open"
"closed"
"normal"
"emergency"
"low"
123
"2024-01-28T10:00:00.000000Z"
"2024-01-28T12:30:00.000000Z"