Better Uptime · Schema
Better Stack Heartbeat
A heartbeat monitor resource in the Better Stack Uptime API following JSON:API conventions.
Uptime MonitoringIncident ManagementStatus PagesOn-Call SchedulingObservabilityDevOps
Properties
| Name | Type | Description |
|---|---|---|
| data | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/betteruptime/main/json-schema/betteruptime-heartbeat-schema.json",
"title": "Better Stack Heartbeat",
"description": "A heartbeat monitor resource in the Better Stack Uptime API following JSON:API conventions.",
"type": "object",
"properties": {
"data": {
"type": "object",
"required": ["id", "type", "attributes"],
"properties": {
"id": {
"type": "string",
"description": "Heartbeat identifier"
},
"type": {
"type": "string",
"const": "heartbeat"
},
"attributes": {
"type": "object",
"required": ["name", "period", "grace"],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Unique ping URL for this heartbeat",
"readOnly": true
},
"name": {
"type": "string",
"description": "Heartbeat name"
},
"period": {
"type": "integer",
"description": "Expected ping interval in seconds"
},
"grace": {
"type": "integer",
"description": "Grace period in seconds before alerting"
},
"call": { "type": "boolean" },
"sms": { "type": "boolean" },
"email": { "type": "boolean" },
"push": { "type": "boolean" },
"team_wait": {
"type": "integer",
"description": "Escalation delay in seconds"
},
"heartbeat_group_id": {
"type": ["string", "null"]
},
"team_name": {
"type": "string"
},
"paused_at": {
"type": ["string", "null"],
"format": "date-time"
},
"server_timezone": {
"type": ["string", "null"]
},
"maintenance_from": {
"type": "string"
},
"maintenance_to": {
"type": "string"
},
"maintenance_timezone": {
"type": "string"
},
"maintenance_days": {
"type": "array",
"items": { "type": "string" }
},
"status": {
"type": "string",
"enum": ["paused", "pending", "up", "down"],
"readOnly": true
},
"created_at": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"updated_at": {
"type": "string",
"format": "date-time",
"readOnly": true
}
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/betteruptime-heartbeat"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.