cURL
curl --request GET \ --url https://api.novacal.io/v1/event-types/{eventType}/booking-forms \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 123, "identifier": "<string>", "label": "<string>", "type": "text", "placeholder": "<string>", "is_required": true, "is_active": true, "position": 1, "options": [ "<string>" ] } ] }
List all booking form fields for a Novacal event type, including labels, input types, placeholders, display order, and options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of event type
Booking form fields response
Indicates whether the request was successful
true
Show child attributes