Compliance,
built into your workflow.
Everything you need to integrate Lexabit — bank account tracking, company intelligence and client compliance — through one versioned REST API.
# Your first request — list tracked accounts curl "https://api.lexabit.com/accounttracking/v1/accounts" \ -H "Authorization: Bearer $LEXABIT_TOKEN" \ -H "X-Scope: 42" 200 OK { "data": [ { "id": "ta-4d20-…", "accountNumber": "1234.56.78901", "currency": "NOK", "status": "active" } ] }
Start here
Create an API key
Generate a personal access token or app credentials in the Portal. Keys are scoped and inherit your permissions.
Authentication →Make your first request
Pass your bearer token and an X-Scope header. Every service is versioned under /{service}/v1 with a consistent envelope.
Quick Start →Connect a bank account
Request PSD2 consent, run account discovery, and start syncing transactions from connected accounts.
Consent flow guide →Explore the API
Sessions, personal access tokens, apps & API keys, OAuth and connected apps.
Access & permissionsUsers, roles, scopes, role assignments, permission grants and effective permissions.
Account trackingAccounts, consents, transactions, counterparts and merged views.
Company intelligenceCompany search, data and reports, bank lookup and identification.
Entity managementClients, cases, teams, groups, projects and invitations.
Data registryDatasets and dataset profiles behind company and account intelligence.
Products & subscriptionsProducts, activations, credentials and subscriptions.
API conventionsThe response envelope, scoping, pagination, and error handling.
Built for regulated firms.
Data stays in the EU. Every request is scoped and permissioned. Read how we handle security, privacy and sub-processors in the Trust Center.