provider plaid POST /application/get
@utdk/plaid /application/get
Retrieve information about a Plaid application
Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences

Try it

Authentication
Configure credentials for The Plaid API
applicationget
POST/application/get
Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences

Input

required

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.

required

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.

required

This field will map to the application ID that is returned from /item/application/list, or provided to the institution in an oauth redirect.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import plaid from '@utdk/plaid';

await plaid.applicationget()