Dark
Get help in the API Community

Bookings

Query Bookings

Scopes: Default, wsReadOnly, wsReadWrite

GET
/bookings/{bookingId},{bookingId},... - up to 100 IDs
GET
/bookings
GET
/folders/{folderId}/bookings

Create Booking

Scopes: Default, wsReadWrite

POST
/folders/{folderId}/bookings

Update Booking

Scopes: Default, wsReadWrite

PUT
/bookings/{bookingId}

Delete Booking

Scopes: Default, wsReadWrite

DELETE
/bookings/{bookingId}