Create Audit Copy

POST https://{{env_url}}/asset_report/audit_copy/create

Plaid can provide an Audit Copy of any Asset Report directly to a participating third party on your behalf.

An Audit Copy contains the same underlying data as the Asset Report. To grant access to an Audit Copy, you’ll create an audit_copy_token for it 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.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "asset_report_token"=>"{{asset_report_token}}", "auditor_id"=>"ENTER_AUDITOR_ID_HERE"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"audit_copy_token":"a-sandbox-zk3j2qctsbdojdaq7bylhxu7sa","request_id":"Ngbxk"}