API Management

Secure API key control

Generate, rotate, and revoke keys with audit-ready context. Your keys never leave this console.

Encrypted at rest Rate limited

Your API keys

Keys are masked after creation. Rotate keys regularly and delete unused ones.

Name Key Created Last used Actions

No API keys yet

Create your first API key to get started

REST API usage

Include your API key in the `Authorization` header:

curl https://api.dialivo.com/v1/forms \
  -H "Authorization: Bearer YOUR_API_KEY"
View API documentation →

Best practices

  • • Rotate keys every 90 days and delete unused keys immediately.
  • • Store keys in your secrets manager (AWS SSM, Vault, 1Password) rather than env files.
  • • Restrict permissions per key: read-only for analytics, full access for automation.