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
The body is of type object.
object
Plaid public token exchanged
The response is of type object.
Was this page helpful?