Partner API
Build on COUNT
The COUNT Partner API lets your application read and write a customer's accounting data — transactions, invoices, customers, and more — once they authorize you. Every request is signed and scoped to a single workspace.
How it works
- Register a partner app to receive a
clientIdandclientSecret. - Send the user through the OAuth consent flow to obtain a workspace access token.
- Sign every request with your secret (HMAC) and include the access token as a Bearer header.
OAuth walkthrough
Step through sign-in, consent, token exchange, and your first signed API call on the authentication page.
Choose your path
Not sure where to start? Pick the integration type closest to your product and follow the suggested path.
AI agent / CLI
Connect Claude Code, Cursor, or custom agents to COUNT workspaces via MCP.
Accounting app
Sync transactions and invoices from your app into COUNT.
Billing / invoicing tool
Create customers, issue invoices, and send them to clients.
Base URL
All requests go to the production environment:
https://api.getcount.com
Requests are rate limited to 100 per minute per clientId.
