x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//system/sdk/windows?organisation_id' \
--header 'x-api-key: <api-key>'{
"organisation_id": "mastodonte",
"items": [
{
"window_name": "maintenance-nocturne",
"enabled": true,
"days_of_week": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"start_time": "02:00",
"end_time": "05:00",
"reason": "Maintenance planifiée des serveurs",
"updated_at": "2026-03-16T10:00:00-04:00"
},
{
"window_name": "fin-de-semaine",
"enabled": true,
"days_of_week": [
"sat",
"sun"
],
"start_time": "00:00",
"end_time": "23:59",
"reason": "Fermeture fin de semaine",
"updated_at": "2026-03-15T08:00:00-04:00"
}
]
}