POST
/
plaid_exchange_public_token
/
{link_token}
Exchange Plaid public token for an access token
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>"
}'
{
"message": "Successfully exchanged public token for access token"
}

Authorizations

Api-Key
string
header
required

Path Parameters

Plaid Link token

Body

application/json

Plaid public token to be exchanged

The body is of type object.

Response

201
application/json

Plaid public token exchanged

The response is of type object.