Generated from:
Create a POST request to the Plaid API to exchange a public token for an access token
URL
https://sandbox.plaid.com/item/public_token/exchange
Headers
| Content-Type | application/json |
|---|---|
| Authorization | Bearer {{PLAID_CLIENT_ID}} |
Body
{"client_id":"{{PLAID_CLIENT_ID}}","secret":"{{PLAID_SECRET}}","public_token":"{{PUBLIC_TOKEN}}"}
This request was generated from:
Create a POST request to the Plaid API to exchange a public token for an access token
Generate your own →Type any API. Get a production-ready request. No login required.