hello! How can i get booking reference number for...
# developers
k
hello! How can i get booking reference number for a booking id in API ? The
v1/bookings/{}
doesnt return the booking reference field. Example:
Copy code
{
  "booking": {
    "id": 152863,
    "userId": 28559,
    "description": "",
    "eventTypeId": 85177,
    "uid": "3sqpKHoszS747Ajz2wJcSo",
    "title": "30 Min Meeting between Nameless and Krishna Raj ",
    "startTime": "2022-12-13T14:30:00.000Z",
    "endTime": "2022-12-13T15:00:00.000Z",
    "attendees": [
      {
        "email": "<mailto:admin@example.com|admin@example.com>",
        "name": "Krishna Raj ",
        "timeZone": "Asia/Calcutta",
        "locale": "en"
      }
    ],
    "user": {
      "email": "<mailto:reach.krajs@gmail.com|reach.krajs@gmail.com>",
      "name": null,
      "timeZone": "America/Detroit",
      "locale": "en"
    },
    "status": "ACCEPTED"
  }
}
goal is to get the session details.