Exchange token (Plaid)

post/auth/plaid/exchange

Request body

tokenstring required

Example request

{
  "token": "ojwmef9823f892n9h98h2efoqed9823hdodfcoj13er92hef"
}

Response

Retrieve Exchange

Example response

{
  "data": {
    "access_token": "access_9293961c"
  }
}

Changes