v1.0.0
OAS 3.1.0
Lira is a B2B account verification API. Use it to verify bank accounts and phone numbers in real time or asynchronously.
Authentication
Lira uses two authentication methods:
| Method | Header | Used for |
|---|---|---|
| JWT Bearer token | Authorization: Bearer <token> |
Managing webhooks |
| API Key | X-API-Key: <key> |
Calling verification endpoints |
Obtain a Bearer token via POST /auth/login. Generate an API key from your dashboard under Settings → API Keys.
Client Libraries