Bookings
Check Booking Availability
Checks whether a resource is available for a specific time slot.
POST
Check Booking Availability
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Check Booking Availability
Checks whether a resource is available for booking at the specified time. Returns availability status and any error codes if the slot is unavailable.Authentication
Requires a valid customer bearer token.Request Body
The resource to check availability for.
Desired start time in ISO 8601 format.
Desired end time in ISO 8601 format.
Response
true if the resource is available for the requested time slot.Error code explaining why the slot is unavailable (empty when available).
Customer ID associated with the availability check.
Booking ID if checking availability for an existing booking update.
Examples
Check availability
TypeScript Integration
Check Booking Availability