Plaid API Endpoints
Number of APIs: 209
Documentation for how to use this collection, including a Quickstart guide, is on the Plaid Qodex GitHub README.
There's also a full-length video tutorial and a 3 minute video tutorial for busy people.
Detailed documentation for Plaid API endpoints is at the Plaid API reference guide.
Before you begin, set your client_id
and secret_key
variables in the Sandbox environment. You can find them in your Plaid dashboard. Set the variables by clicking on the 'eye' icon in the top-right corner of the screen.
-
Layer - Get user account POST https://{{env_url}}/user_account/session/get
-
Link Tokens - Create Link Token - Plaid Check POST https://{{env_url}}/link/token/create
-
Link Tokens-Income Link Tokens - Create Link Token - Bank Income POST https://{{env_url}}/link/token/create
-
Link Tokens - Get Link Token (for Hosted Link and Multi-Item Link) POST https://{{env_url}}/link/token/get
-
Items-Item Creation - Create Item Custom [Sandbox Only] POST https://{{env_url}}/sandbox/public_token/create
-
Items-Item Creation - Exchange Token POST https://{{env_url}}/item/public_token/exchange
-
Items-Item Management - Retrieve Item POST https://{{env_url}}/item/get
-
Items-Item Management - Retrieve an Item's Accounts POST https://{{env_url}}/accounts/get
-
Items-Item Management - Rotate Access Token POST https://{{env_url}}/item/access_token/invalidate
-
Items-Item Management - Simulate ITEM_LOGIN_REQUIRED [Sandbox only] POST https://{{env_url}}/sandbox/item/reset_login