cURL
Copy
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/tickets/34d48345-18ab-4ba0-b9b7-07a7bf767666' \
--header 'Content-Type: application/json' \
Copy
{
"status": "success",
"message": "ticket returned",
"data": {
"id": "c84470af-a9b8-49f7-a4f3-e46d9d814edf",
"partner": {},
"status": "active",
"code": "4949438674",
"expiryDate": null,
"createdAt": "2025-10-04T14:49:59.311Z",
"updatedAt": "2025-10-04T14:49:59.311Z"
}
}
