Introduction
Error Response
Errors are returned with an appropriate HTTP status code and a JSON body containing details.
{
"statusCode": 400,
"statusMessage": "Bad Request",
"message": "Validation failed: 'url' is required."
}Rate limiting
To ensure service stability, the API is rate-limited.
- Limit: 600 requests per minute per IP
- Header:
X-RateLimit-Remainingshows your remaining quota - Exceeded:
429 Too Many Requests
Introduction
Welcome to the Uptimeify API documentation. With this REST API, you can programmatically manage your monitoring infrastructure – e.g., organizations, customers, websites, and alerts.
Generate API Token
Step-by-step guide to generating an Uptimeify API token from the dashboard Settings > API page.