Skip to main content
Documentation · REST API v1

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

Three steps · about 10 minutes
01

Create an API key

Generate a personal access token or app credentials in the Portal. Keys are scoped and inherit your permissions.

Authentication
02

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
03

Connect a bank account

Request PSD2 consent, run account discovery, and start syncing transactions from connected accounts.

Consent flow guide

Explore the API

Versioned service APIs under /{service}/v1

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.

Hosting
EU (Netherlands)
Bank access
Regulated PSD2 providers
Trust Center →