Skip to main content
POST
/
api
/
banking
/
plaid
/
exchange-token
Exchange Plaid access token
curl --request POST \
  --url https://api.example.com/api/banking/plaid/exchange-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "publicToken": "123",
  "institutionId": "123"
}
'

Body

application/json
publicToken
string
required

The public token

Example:

"123"

institutionId
string
required

The institution ID

Example:

"123"

Response

201 - undefined