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

# getPlaidIntegration

> Returns the application's Plaid integration, or null when none was registered.

Returns the application's Plaid integration, or null when none was registered.

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

```graphql theme={null}
query {
  getPlaidIntegration: PlaidIntegration
}
```

## Returns

[`PlaidIntegration`](/api-reference/types/plaid-integration) - The application's own Plaid credentials.
