Skip to main content
POST
Check Booking Availability

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

number
required
The resource to check availability for.
string
required
Desired start time in ISO 8601 format.
string
required
Desired end time in ISO 8601 format.

Response

boolean
required
true if the resource is available for the requested time slot.
string
Error code explaining why the slot is unavailable (empty when available).
number
Customer ID associated with the availability check.
number
Booking ID if checking availability for an existing booking update.

Examples

Check availability

TypeScript Integration