cURL
curl --request POST \ --url https://brunkhorst.connectors.aicoflow.com/api/availability/times \ --header 'Content-Type: application/json' \ --data ' { "date": "<string>", "service_ids": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Returns available appointment times for a specific day and set of services. Times are returned in ISO format.
Request model for getting available times.
Date in YYYY-MM-DD format
List of service IDs
List of available time slots