> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# createPlaidRelinkToken

> Create an update-mode Link token using the existing Item and its original Plaid credentials.

Create an update-mode Link token using the existing Item and its original Plaid credentials.
Requires BYOI Plaid on the app; other apps relink with createPlaidLinkToken and platformItemId.

Requires the `MANAGE_PAYMENT` scope. See [BYOI Plaid](/features/byoi-plaid#relink-a-disconnected-bank-link).

```graphql theme={null}
mutation {
  createPlaidRelinkToken(
    input: CreatePlaidRelinkTokenInput!
  ): PlaidLinkTokenResponse!
}
```

## Arguments

<ParamField body="input" type="CreatePlaidRelinkTokenInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`PlaidLinkTokenResponse!`](/api-reference/types/plaid-link-token-response) - Response containing the token required to initialize Plaid Link.
