Skip to main content

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

Query Parameter:
nametypeDescription
pagenumberOptional
takenumberOptional
searchstringOptional
sortDirectionstringOptional
either in asc or desc but mostly asc
statusstringOptional
The status of the ticket
startDatestringOptional
endDatestringOptional

cURL
curl --request GET
'https://test-api.bvndle.com/api/v1/laas/tickets?page=1&take=10' \
--header 'Content-Type: application/json' \

{
  "status": "success",
  "message": "tickets returned",
  "data": {
    "data": [
      {
        "id": "c9f40bca-3680-446f-a3ec-4e117960a784",
        "partner": {},
        "status": "active",
        "code": "1899551709",
        "expiryDate": null,
        "createdAt": "2025-10-04T14:50:06.046Z",
        "updatedAt": "2025-10-04T14:50:06.046Z"
      },
      {
        "id": "a7496c12-6748-4dcb-ab4d-19884f70db40",
        "partner": {},
        "status": "active",
        "code": "9696504922",
        "expiryDate": null,
        "createdAt": "2025-10-04T14:50:04.696Z",
        "updatedAt": "2025-10-04T14:50:04.696Z"
      },
      {
        "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"
      },
      {
        "id": "07079442-af20-432c-80f5-ed5575febb86",
        "partner": {},
        "status": "active",
        "code": "4exriztik5",
        "expiryDate": null,
        "createdAt": "2025-10-04T14:48:51.527Z",
        "updatedAt": "2025-10-04T14:48:51.527Z"
      },
      {
        "id": "c055e3d1-0c2c-40b9-8321-33e23f70a0bf",
        "partner": {},
        "status": "active",
        "code": "gbdacecacc",
        "expiryDate": null,
        "createdAt": "2025-10-04T14:46:36.538Z",
        "updatedAt": "2025-10-04T14:46:36.538Z"
      }
    ],
    "count": 5,
    "currentpage": 1,
    "nextpage": null,
    "prevpage": null,
    "lastpage": 1
  }
}