API Keys

Programmatic access for integrations. Keys are scoped, rate-limited, and can expire.

Loading...

Using API Keys

Send the key in the X-API-Key header:

curl https://api.rmador.com/api/v2/security-score/portfolio \
  -H "X-API-Key: rkm_your_key_here"

# Or as a Bearer token:
curl ... -H "Authorization: Bearer rkm_your_key_here"

Rate limits are enforced per key. Exceeding limits returns HTTP 429. Keys with read:security_score scope can access the insurer portfolio API.