API Reference
Interact with ApexUptime programmatically using our RESTful API.
Authentication
All API requests must include your Bearer token in the Authorization header. You can generate an API key in your Dashboard Settings.
Authorization: Bearer pw_live_xxxxxxxxxxxxxEndpoints
GET
/v1/monitorsReturns a list of all your configured monitors and their current status.
POST
/v1/monitorsCreate a new monitor. Requires name, url, and type in the JSON body.
GET
/v1/incidentsRetrieve a history of all downtime incidents across your account.