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

# registerPlaidIntegration

> Registers the application's own Plaid credentials.

Registers the application's own Plaid credentials. Only the developer of the application can call it.

Requires the `BYOI_PLAID` scope. See [BYOI Plaid](/features/byoi-plaid).

```graphql theme={null}
mutation {
  registerPlaidIntegration(
    input: RegisterPlaidIntegrationInput!
  ): PlaidIntegrationResponse!
}
```

## Arguments

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

## Returns

[`PlaidIntegrationResponse!`](/api-reference/types/plaid-integration-response)
