Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
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-end 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 | β |
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