Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for GET /dev/v1/tickets/.
cURL
curl --request GET \ --url https://api.shoppex.io/dev/v1/tickets/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "ticket_db_1", "uniqid": "ticket_1", "shop_id": "shop_1", "invoice_id": "inv_1", "customer_email": "[email protected]", "title": "Need help", "status": "OPEN", "created_at": 1711972800, "updated_at": 1711973400, "updated_by": "user_1", "messages": [ { "id": "msg_1", "role": "CUSTOMER", "message": "Please check my order.", "created_at": 1711972800 }, { "id": "msg_2", "role": "SHOP", "message": "We are looking into it.", "created_at": 1711973400 } ], "invoice": { "uniqid": "inv_1", "customer_email": "[email protected]", "product_title": "Starter Pack", "total_display": 19.99, "currency": "USD", "location": "Berlin", "created_at": 1711971000 } } }
Use your Shoppex API key in the Authorization header.
Successful response