cURL
curl --request POST \ --url http://localhost:4000/v1/events/eventDates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "linkPrefix": "<string>", "timeZone": "<string>", "currentDate": "<string>" } '
201
Example
{ "data": { "isPreview": false, "availabilities": { "2026-02-26": [ "09:00", "09:15", "10:00" ], "2026-02-27": [ "09:00", "14:00" ] } } }
Returns available dates for public event booking
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
1
Available event dates and times by date
Show child attributes