Skip to main content
POST
/
api
/
availability
/
times
Get available time slots
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>"
    }
  ]
}

Body

application/json

Request model for getting available times.

date
string
required

Date in YYYY-MM-DD format

service_ids
string[]
required

List of service IDs

Response

List of available time slots