Skip to main content

Overview

Returns one booking by its public uid, scoped to your token’s workspace. Requires a token with the access_bookings scope.

Path Parameters

ParamTypeDescription
uidstringThe booking’s public uid (as returned by the list endpoint).

Response

Returns the same booking shape as the list endpoint: status, start/end, duration, resolved hosts, the booker’s contact details, intake answers, and the location.

Usage Notes

  • A uid that does not belong to your workspace returns a NOT_FOUND error — there is no way to probe another workspace’s bookings.