---
title: "Update an Audit Copy Token"
method: POST
path: "/credit/audit_copy_token/update"
tags: ["plaid"]
---

# Update an Audit Copy Token

`POST /credit/audit_copy_token/update`

The `/credit/audit_copy_token/update` endpoint updates an existing Audit Copy Token by adding the report tokens in the `report_tokens` field to the `audit_copy_token`. If the Audit Copy Token already contains a report of a certain type, it will be replaced with the token provided in the `report_tokens` field.

## Request body

- CreditAuditCopyTokenUpdateRequest — CreditAuditCopyTokenUpdateRequest defines the request schema for `/credit/audit_copy_token/update`
  - `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.
  - `audit_copy_token` string, required — The `audit_copy_token` you would like to update.
  - `report_tokens` AssetReportToken[], required — Array of tokens which the specified Audit Copy Token will be updated with. The types of token supported are asset report token and employment report token. There can be at most 1 of each token type in the array.

## Response `200`

OK

- CreditAuditCopyTokenUpdateResponse — Defines the response schema for `/credit/audit_copy_token/update`
  - `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.
  - `updated` boolean, required — `true` if the Audit Copy Token was successfully updated.

## 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)
