cURL
curl --request POST \ --url https://api.bridge.xyz/v0/plaid_exchange_public_token/{link_token} \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "public_token": "<string>" } '
201
PlaidExchangePublicTokenSuccessResponse
{ "message": "Successfully exchanged public token for access token"}
Plaid Link token
Plaid public token to be exchanged
Public token generated via the Plaid Link SDK
Plaid public token exchanged
Message indicating the status of the request
Was this page helpful?