Getting Started
1. Get credentials
Request a client ID and client secret from your Finity integration contact. Use separate credentials for sandbox and production.
2. Request an access token
The response contains an access_token, token_type, and expiration time. Treat the access token as a secret and request a new one when it expires.
3. Call a protected endpoint
4. Continue with your workflow
Use the API reference to inspect required parameters, examples, response codes, and the available operation groups.