Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
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
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