Betteruptime Create Monitor Example is an example object payload from Better Uptime, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"request": {
"url": "https://example.com",
"pronounceable_name": "Example Website",
"monitor_type": "status",
"check_frequency": 180,
"request_timeout": 30,
"recovery_period": 180,
"confirmation_period": 0,
"call": false,
"sms": true,
"email": true,
"push": true,
"verify_ssl": true,
"ssl_expiration": 30,
"domain_expiration": 60,
"regions": ["us", "eu", "as"],
"expected_status_codes": [200]
},
"response": {
"data": {
"id": "123457",
"type": "monitor",
"attributes": {
"url": "https://example.com",
"pronounceable_name": "Example Website",
"monitor_type": "status",
"monitor_group_id": null,
"status": "pending",
"last_checked_at": null,
"check_frequency": 180,
"request_timeout": 30,
"recovery_period": 180,
"confirmation_period": 0,
"call": false,
"sms": true,
"email": true,
"push": true,
"critical_alert": false,
"team_wait": 0,
"policy_id": null,
"expiration_policy_id": null,
"verify_ssl": true,
"ssl_expiration": 30,
"domain_expiration": 60,
"regions": ["us", "eu", "as"],
"maintenance_from": "00:00",
"maintenance_to": "00:00",
"maintenance_timezone": "UTC",
"maintenance_days": [],
"proxy_host": null,
"proxy_port": null,
"request_headers": [],
"request_body": null,
"expected_status_codes": [200],
"required_keyword": null,
"port": null,
"playwright_script": null,
"created_at": "2026-06-12T10:00:00.000Z",
"updated_at": "2026-06-12T10:00:00.000Z",
"paused_at": null
}
}
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/betteruptime-create-monitor-example"
All examples
curl "https://apis.io/api/v1/examples?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.