Valpero

API Reference

The Valpero REST API lets you create monitors, query incidents, and manage your account programmatically. Authenticate with a personal API key and you’re off.

v1 · stable REST + JSON Bearer + HMAC Rate-limited per key

1. Get an API key

Dashboard → Settings → API keys. Pick scopes (read or read+write).

2. Make a request

curl https://valpero.com/api/v1/monitors \
  -H "Authorization: Bearer vlp_..."

3. Subscribe to webhooks

HMAC-signed events for every status change. Verify with your shared secret.