# Create a Booking Link Creates a booking link using the provided parameters. Endpoint: POST /v1/booking_links Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Request fields (application/json): - `slot_id` (string) - `appointment_type_id` (any) - `location_id` (any) - `patient_id` (string) - `practitioner_id` (any) - `from_date` (string) Display only the slots available after this date Example: "1989-04-11" - `to_date` (string) Display only the slots available before this date Example: "1989-04-11" - `expiry_date` (string) ISO 8601 date format Example: "1989-04-11" - `maximum_use_count` (number) - `link_name` (string) ## Response 200 fields (application/json): - `booking_link` (string, required) - `short_link_id` (string, required) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 422 fields ## Response 500 fields