APIs & Integrations
PreciseFP
Overview
Pre-built tooling
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ | You need API credentials (Client ID and Client Secret) |
Paid test account | ✅ | No separate test account needed |
Partnership | ✅ | Partnership is required, and an integration plan must be presented |
App review | ❌ | Not required |
Security audit | ❌ | Not required |
Setup guide
1. Create a PreciseFP account
- Go to PreciseFP and sign up for an account.
- Go to Docupace Developer Portal and signup for access to the API documentation.
- Contact PreciseFP support at support@precisefp.com to request a partnership meeting.
- Once the partnership and integration plan is approved, you will be provided with API credentials (Client ID and Client Secret)
2. Configure OAuth in Nango
- In the Nango UI, create a new integration with PreciseFP
- Enter your Client ID and Client Secret
- Set the redirect URL to
https://api.nango.dev/oauth/callback
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- To implement OAuth for your application, you must be issued API credentials first. Please reach out to PreciseFP support at support@precisefp.com to get your API credentials (Client ID and Client Secret).
- Once you have your API credentials (Client ID and Client Secret), you are ready to start implementing the OAuth Authorization.
- The scope of access should always be ”*” as required by PreciseFP’s API. This is the only scope value accepted by their authorization server. PreciseFP manages access control on their server side based on the user’s permissions.
- The API has a rate limit of 60 requests per minute. Exceeding this limit will result in HTTP 429 responses.
- The API uses standard HTTP status codes to indicate success and error responses.
Contribute API gotchas by editing this page