Get all BusinessAvailabilities

Overview

Returns available booking slots for all businesses in your directory with pagination support. This endpoint is useful for building marketplace-style booking interfaces.

Available for Directory tokens only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date
required

Start date in YYYY-MM-DD format

date
required

End date in YYYY-MM-DD format. Maximum 7 days from date_start.

integer
≥ 0
Defaults to 0

Page number for pagination (0-based)

integer
1 to 10
Defaults to 10

Number of items per page. Maximum 10.

boolean
Defaults to true

Filter by online scheduling status. When true (default), only returns businesses with online scheduling enabled. Set to false to include businesses with scheduling disabled.

Responses

400

Invalid request parameters - date range exceeds 7 days or invalid date format

401

Unauthorized - missing or invalid token

403

Forbidden - only Directory tokens can access this endpoint

404

Directory not found

429

Too Many Requests - another request is currently processing for this directory. Please retry after a few seconds.

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json