---
title: "Create Asset or Income Report Audit Copy Token"
method: POST
path: "/credit/audit_copy_token/create"
tags: ["plaid"]
---

# Create Asset or Income Report Audit Copy Token

`POST /credit/audit_copy_token/create`

Plaid can create an Audit Copy token of an Asset Report and/or Income Report to share with a participating Government-Sponsored Enterprise (GSE) if you participate in Fannie Mae's Day 1 Certainty™ program or utilize Freddie Mac's Loan Product Advisor® (LPA®) Asset and Income Modeler (AIM). An Audit Copy token contains the same underlying data as the Asset Report and/or Income Report (result of `/credit/payroll_income/get`).

Use the `/credit/audit_copy_token/create` endpoint to create an `audit_copy_token` and then pass that token to the GSE who needs access.

## Request body

- CreditAuditCopyTokenCreateRequest — CreditAuditCopyTokenCreateRequest defines the request schema for `/credit/audit_copy_token/create`
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `report_tokens` string[], required — List of report tokens; can include at most one VOA/standard Asset Report tokens and one VOE Asset Report Token.

## Response `200`

OK

- CreditAuditCopyTokenCreateResponse — CreditAuditCopyTokenCreateResponse defines the response schema for `/credit/audit_copy_token/create`
  - `audit_copy_token` string, required — A token that can be shared with a third party auditor, which allows them to fetch the Asset Reports attached to the token. This token should be stored securely.
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/versions/64c4514ea59b/schema)
