Get Maintenance Mode
GET https://api.squadcast.com/v3/services/:serviceID/maintenance
This endpoint returns the maintenance window for the service if not already created.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with read
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":[{"maintenanceFrom":"2022-03-01T09:30:00.000Z","maintenanceTill":"2022-03-01T11:00:00.000Z","repetitionDaily":false,"repetitionWeekly":false,"repetitionTwoWeekly":false,"repetitionThreeWeekly":false,"repetitionMonthly":false,"repeatTill":"2022-03-01T11:00:00.000Z","deleted":false}]}