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.

  1. Layer - Get user account POST https://{{env_url}}/user_account/session/get

  2. Link Tokens - Create Link Token - Plaid Check POST https://{{env_url}}/link/token/create

  3. Link Tokens-Income Link Tokens - Create Link Token - Bank Income POST https://{{env_url}}/link/token/create

  4. Link Tokens - Get Link Token (for Hosted Link and Multi-Item Link) POST https://{{env_url}}/link/token/get

  5. Items-Item Creation - Create Item Custom [Sandbox Only] POST https://{{env_url}}/sandbox/public_token/create

  6. Items-Item Creation - Exchange Token POST https://{{env_url}}/item/public_token/exchange

  7. Items-Item Management - Retrieve Item POST https://{{env_url}}/item/get

  8. Items-Item Management - Retrieve an Item's Accounts POST https://{{env_url}}/accounts/get

  9. Items-Item Management - Rotate Access Token POST https://{{env_url}}/item/access_token/invalidate

  10. Items-Item Management - Simulate ITEM_LOGIN_REQUIRED [Sandbox only] POST https://{{env_url}}/sandbox/item/reset_login