API

Authentication

Learn how to authenticate with the VerifiLite API using access keys and secret keys for secure API access.

API Key Authentication
# Include API key in headers
curl -X POST 'https://api.verifilite.com/v1/verify' \
  -H "accesskey: your-access-key" \
  -H "secretkey: your-secret-key" \
  -H 'Content-Type: application/json' \
  -d '{"userId": "user-123"}'
API Key Types
  • Sandbox: For testing
  • Production: For live apps
  • Admin: For management
Security Best Practices
  • ✓ Store keys securely
  • ✓ Use environment variables
  • ✓ Rotate keys regularly
  • ✓ Monitor usage