Terms
Privacy Policy
Refund Policy
Home
Login
    • Authentication
      • Returns a token that can be used to access the APIs.
    • General
      • Returns all the systems telephone codes.
    • Monitors
      • Returns all the monitors on your account
      • creates a new monitor
      • update a monitor
      • delete a monitor
      • pauses or unpauses a monitor
      • returns response times
      • returns uptime stats
    • Categories
      • lists the monitor categories
      • creates a new monitor category
      • pdates a monitor category
      • deletes a monitor category
    • Incidents
      • lists incidents
      • adds a comment to the incident
    • Notification Seats
      • lists the notification seats
      • creates a notification seat
      • updates a notification seat
      • deletes a notification seat
    • Notification Integrations
      • lists the notification integrations
      • creates a notification integration
      • updates a notification integration
      • deletes a notification integration
    • Status Pages
      • Returns all the status pages on your account
      • creates a status page
      • updates a status page
      • updates a status page authentication
      • deletes a status page
    • Status Announcements
      • Returns all the status announcement on your account
      • creates a status announcement
      • updates a status announcement
      • updates a status page announcement stickiness
      • deletes a status announcement
    • Maintenance Windows
      • Returns all the maintenance windows on your account
      • creates a maintenance window
      • updates a maintenance window
      • pauses a maintenance window
      • ends an active maintenance window
      • deletes a maintenance window
    • Schemas
      • Error
      • ErrorMessages
      • DefaultSingleResponse
      • DefaultSingleArray
      • LoginRequest
      • LoginResponse
      • TelephoneCodesResponse
      • TelephoneCodeArray
      • MonitorSearchRequest
      • MonitorResponse
      • MonitorObject
      • MonitorWebsiteObject
      • MonitorWebsiteHeadersObject
      • MonitorRequest
      • MonitorResponseTimeSearchRequest
      • MonitorResponseTimeResponse
      • MonitorResponseTimeArray
      • MonitorResponseTimeResponseArray
      • MonitorUptimeSearchRequest
      • MonitorUptimeResponse
      • MonitorUptimeArray
      • CategorySearchRequest
      • CategoryResponse
      • CategoryObject
      • CategoryRequest
      • IncidentSearchRequest
      • IncidentResponse
      • IncidentObject
      • IncidentActivityObject
      • IncidentCommentObject
      • CommentRequest
      • CommentResponse
      • SeatSearchRequest
      • SeatResponse
      • SeatObject
      • SeatIntegrationObject
      • SeatRequest
      • IntegrationSearchRequest
      • IntegrationResponse
      • IntegrationObject
      • IntegrationRequest
      • PageSearchRequest
      • PageResponse
      • PageObject
      • PageMonitorsObject
      • PageRequest
      • PageAuthenticationRequest
      • AnnouncementSearchRequest
      • AnnouncementResponse
      • AnnouncementObject
      • AnnouncementPageObject
      • AnnouncementRequest
      • WindowSearchRequest
      • WindowResponse
      • WindowObject
      • WindowScheduleObject
      • WindowRequest

    PageResponse

    {
        "pages": [
            {
                "id": "string",
                "name": "string",
                "homepageLink": "string",
                "subdomain": "string",
                "seo": 0,
                "groupByCategories": 0,
                "domain": "string",
                "accessType": 0,
                "showFunnyMonitorsLogo": 0,
                "googleAnalytics": 0,
                "showMonitorURI": 0,
                "showUptime": 0,
                "hidePausedMonitors": 0,
                "subscribe": 0,
                "showStatusUpdate": 0,
                "showMonitorDetails": 0,
                "logoLight": "string",
                "logoDark": "string",
                "favicon": "string",
                "layout": "string",
                "defaultLightMode": "string",
                "addNewMonitors": 0,
                "monitors": [
                    {
                        "id": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "requestedBy": "string",
        "terms": "string"
    }
    Built with