Skip to main content
GET
List bookings (available slots and appointments)

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /api/v1/auth/jwt/login, the OAuth token endpoint, or a business-scoped API token. Some Business/Chat/Template/Scheduling endpoints alternatively accept HTTP Basic credentials scoped to the business slug.

Path Parameters

business_id
string<uuid>
required

Query Parameters

establishment_id
integer
required
customer_id
integer
required
page
integer
default:1
page_size
integer
default:50

Response

Bookings page.

The response is of type object.