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

# RegisterPlaidIntegrationInput

> Input for registering the application's own Plaid credentials (BYOI Plaid).

**Input object**

Input for registering the application's own Plaid credentials (BYOI Plaid). Registering the same
clientId and secret again returns the current integration unchanged.

## Input fields

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

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

<ParamField body="name" type="String">
  *No description provided in the schema yet.*
</ParamField>
