CreatePublicBookingIntentRequest

Request schema for creating a booking intent via a public interface.

Request schema for creating a booking intent via a public interface.

Example

{  "account_id": "acct_1234567890",  "end_at": "2026-02-23T10:30:00-05:00",  "service_id": "srv_1234567890",  "start_at": "2026-02-23T10:00:00-05:00",  "time_zone": "America/New_York"}