Skip to main content
POST
/
api
/
availability
/
days
Get available days
curl --request POST \
  --url https://brunkhorst.connectors.aicoflow.com/api/availability/days \
  --header 'Content-Type: application/json' \
  --data '
{
  "service_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Request model for availability check.

service_ids
string[]
required

List of service IDs

Response

List of available days with date details