POST /asset_report/audit_copy/create
Plaid can provide an Audit Copy of any Asset Report directly to a participating third party on your behalf. For example, Plaid can supply an Audit Copy directly to Fannie Mae on your behalf if you participate in the Day 1 Certainty™ program. An Audit Copy contains the same underlying data as the Asset Report.
To grant access to an Audit Copy, use the /asset_report/audit_copy/create
endpoint to create an audit_copy_token
and then pass that token to the third party who needs access. Each third party has its own auditor_id
, for example fannie_mae
. You’ll need to create a separate Audit Copy for each third party to whom you want to grant access to the Report.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
auditor_id |
String | No |
The |
client_id |
String | No |
Your Plaid API |
asset_report_token |
String | Yes |
A token that can be provided to endpoints such as |
secret |
String | No |
Your Plaid API |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.