Skip to content

Overview

Manage VPN monitors, run on-demand tests, and read results and incidents over HTTP.

Every request is authenticated with an API key, sent as X-API-Key: <key> or Authorization: Bearer <key>. Endpoints that work inside one project also need the X-Project-Id header. IDs carry a prefix (srv_42 for a monitor, prj_12 for a project, inc_7 for an incident); anywhere an ID is accepted, the bare number works too.

Errors return {"error": true, "code": <status>, "message": "…"}, except usage-limit errors, which use their own shape (see TooManyRequests).

Information

  • OpenAPI version: 3.1.0

Your API key. Create one under Developers → API Keys.

Security scheme type: apiKey

Header parameter name: X-API-Key

The same API key, sent as Authorization: Bearer <key>.

Security scheme type: http