cURL
curl --request POST \ --url http://localhost:8080/plaid-compatible/item/public_token/exchange \ --header 'Content-Type: application/json' \ --header 'PLAID-CLIENT-ID: <api-key>' \ --data '{ "client_id": "<string>", "secret": "<string>", "public_token": "<string>" }'
{ "access_token": "<string>", "item_id": "<string>", "request_id": "<string>" }
ItemPublicTokenExchangeRequest defines the request schema for /item/public_token/exchange
/item/public_token/exchange
OK
ItemPublicTokenExchangeResponse defines the response schema for /item/public_token/exchange
Was this page helpful?