Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | 🚫 (time to contribute: <48h) |
| API unification | ✅ |
| 2-way sync | ✅ |
| Webhooks from Nango on data modifications | ✅ |
| Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
| Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-type type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | ✅ |
| Pre-configured pagination | 🚫 (time to contribute: <48h) |
| Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
| Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)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
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