Skip to main content

URL
https://test-api.bvndle.com/api/v1/laas/tickets/:id
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
GET
Authorization Header
Bearer ACCESS_TOKEN

cURL
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/tickets/34d48345-18ab-4ba0-b9b7-07a7bf767666' \
--header 'Content-Type: application/json' \

{
  "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"
  }
}