Booking Pages
Get Booking Page
Returns the requested booking page.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Unique identifier for the resource.
Format
uuidResponse Body
application/json
curl -X GET "https://api.getmateo.com/v1/booking-pages/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "status": "draft", "link": "http://example.com"}List Audit Logs GET
Lists audit logs for the API token organisation in descending occurred_at order. Every valid API token may read these logs, and entity permissions do not filter events. Queries for one subject require both subject_type and subject_id; all other queries require an RFC 3339 time range in occurred_at[gte] and occurred_at[lte]. Follow next_page_url until it is null and treat event IDs as stable deduplication keys.
List Booking Pages GET
Returns a paginated list of booking pages.