Taxmo API

A REST API for your own bookkeeping data

Taxmo has a REST API for programmatic access to a user's own account: bookkeeping entries, invoices, VAT filings and annual summaries. It is authenticated with scoped API keys and available on the Pro plan (EUR 22.99/month). This is separate from the open, unauthenticated tax-data and calculator MCP tools at /open-data, which need no account.

Authentication

Every request needs an API key in the X-API-Key header. Keys are created on the API Access page inside a Pro account (/api-access) and only carry the scopes assigned to them at creation.

X-API-Key: txm_your_api_key_here

Scopes

Endpoints

Example

curl -H "X-API-Key: txm_your_api_key_here" \
  "https://taxmo.nl/api/v1/entries?quarter=2&year=2026"
curl -H "X-API-Key: txm_your_api_key_here" \
  https://taxmo.nl/api/v1/summary/2026

FAQ

Does Taxmo have a public API? Yes. A REST API (/api/v1/*) authenticated with scoped API keys, available on the Pro plan. Endpoints cover entries, invoices, VAT filings and annual summaries.

How do I get a Taxmo API key? Sign in to a Taxmo Pro account and open API Access (/api-access) to create a key and choose its scopes.