Bookings
Your FlowBookings API key. Generate one from Dashboard → Settings → Integrations → API Key. Include this header in every request.
Page number (starts at 1).
1Example: 1Number of items per page (1-100). Default is 25.
25Example: 25Only return items created or updated after this date/time (ISO 8601 format).
2024-03-01T00:00:00.000ZThe current status of a booking.
| Status | What it means |
|---|---|
PENDING |
Customer has booked but awaiting your approval |
APPROVED |
Booking is confirmed |
CANCELED |
Booking was canceled by you or the customer |
REJECTED |
You declined the booking request |
NO_SHOW |
Customer didn't show up for the appointment |
COMPLETED |
Service was successfully delivered |
Note: Once a booking is canceled, rejected, or completed, it cannot be changed to another status.
APPROVEDPossible values: Bookings retrieved successfully.
List of bookings with pagination info.
Invalid request parameters.
API key is missing or invalid.
Something went wrong on our end. Please try again.
Your FlowBookings API key. Generate one from Dashboard → Settings → Integrations → API Key. Include this header in every request.
The booking ID.
64b2e3c4d5f6a7b8c9d0e1f2Booking retrieved successfully.
API key is missing or invalid.
The requested item was not found.
Something went wrong on our end. Please try again.
Your FlowBookings API key. Generate one from Dashboard → Settings → Integrations → API Key. Include this header in every request.
The booking ID.
64b2e3c4d5f6a7b8c9d0e1f2The new status for the booking. Case-insensitive (you can use 'approved' or 'APPROVED').
Note: You cannot change the status of bookings that are already canceled, rejected, or completed.
APPROVEDPossible values: Status updated successfully. Returns the full updated booking.
Invalid status value or booking cannot be updated.
API key is missing or invalid.
The requested item was not found.
Something went wrong on our end. Please try again.
Last updated