Developers3 min read
The API and mobile access
Finance exposes a versioned HTTP API, used by the mobile app and available to anything else you want to connect.
The API
Every endpoint authenticates as a real user and enforces the same role rules as the web app, so a viewer token cannot post an entry.
Note: Requests are always scoped to your business. An identifier from another business is rejected rather than silently returning nothing.
Mobile
The mobile app signs in with the same Incep Digital account and talks to the same API, so an expense captured on a phone is on the web immediately.