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.
Dashboard → Settings → API keys. Pick scopes (read or read+write).
curl https://valpero.com/api/v1/monitors \ -H "Authorization: Bearer vlp_..."
HMAC-signed events for every status change. Verify with your shared secret.