# UptimeTea > UptimeTea is a website uptime monitoring SaaS. It provides 24/7 > monitoring, real-time alerts (email, SMS, call, and third-party > integrations), public status pages, maintenance windows, incident > management, and a REST API. ## Product - [Home](https://www.uptimetea.com/): Features, pricing, and signup - [Documentation](https://www.uptimetea.com/documentation): REST API reference - [Getting Started](https://www.uptimetea.com/documentation/introduction): Authentication, base URL, status codes, error handling ## Pricing - Free plan: up to 50 monitors, white-labeling, third-party integrations - Professional plan: $9/month, up to 500 monitors, teams, custom roles, SMS and call alerts ## API endpoints - [POST /auth/login](https://www.uptimetea.com/documentation/auth-login) - [GET /auth/profile](https://www.uptimetea.com/documentation/auth-profile) - [GET /watchers](https://www.uptimetea.com/documentation/list-watchers) - [GET /watchers/:id](https://www.uptimetea.com/documentation/get-watcher) - [POST /watchers](https://www.uptimetea.com/documentation/create-watcher) - [PATCH /watchers/:id](https://www.uptimetea.com/documentation/update-watcher) - [DELETE /watchers/:id](https://www.uptimetea.com/documentation/delete-watcher) - [GET /incidents](https://www.uptimetea.com/documentation/list-incidents) - [GET /incidents/:id](https://www.uptimetea.com/documentation/get-incident) - [PATCH /incidents/:id](https://www.uptimetea.com/documentation/update-incident) - [GET /maintenance-windows](https://www.uptimetea.com/documentation/list-maintenance-windows) - [POST /maintenance-windows](https://www.uptimetea.com/documentation/create-maintenance-window) - [DELETE /maintenance-windows/:id](https://www.uptimetea.com/documentation/delete-maintenance-window) - [GET /status-pages](https://www.uptimetea.com/documentation/list-status-pages) - [POST /status-pages](https://www.uptimetea.com/documentation/create-status-page) - [GET /status-pages/public/:slug](https://www.uptimetea.com/documentation/get-public-status-page) - [Watcher callbacks](https://www.uptimetea.com/documentation/watcher-callback) ## Legal - [Privacy](https://www.uptimetea.com/privacy) - [Terms](https://www.uptimetea.com/terms) ## Contact - Support: support@uptimetea.com