01
Authenticate
Send X-Tenora-Client and your API secret as a Bearer token. Keep credentials server-side.
Request identity, verification and affordability information for a clear purpose. Tenora only releases the agreed result once the person has approved access.
Production API base URL: https://api.tenora.eu/api/v1. Onboarding issues your organisation a client ID, API secret and only the scopes it needs.
Send X-Tenora-Client and your API secret as a Bearer token. Keep credentials server-side.
Create a purpose-led request. Tenora notifies the person and records the approved scope and expiry.
Read the safe report once approved. Subscribe to signed webhooks for progress and outcome changes.
/checks — available checks and markets/verifications — create a verification/verifications/{verificationId} — progress or outcome/data-access-requests — ask for permissioned report access/data-access-requests/{requestId}/report — approved report/webhooks — signed event deliverycurl https://api.tenora.eu/api/v1/checks \ -H "X-Tenora-Client: your_client_id" \ -H "Authorization: Bearer your_api_secret"
Reports never expose raw bank transactions, balances or source documents. If an organisation needs access again, the person remains part of the decision.
Back to API access