Skip to main content
GET
/
v1
/
admin
/
bookings
/
{id}
/
notes
List booking notes
curl --request GET \
  --url https://{operatorDomain}/v1/admin/bookings/{id}/notes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Notes

data
object[]