post https://prod.truv.com/v1/link-access-tokens/
Exchange a Bridge public_token
for an API access_token
. Bridge hands off the public_token
client-side via the onSuccess
callback once a user has successfully created a Link
. The public_token
is ephemeral and expires after 6 hours. A public_token
becomes invalidatedonce it has been successfully exchanged for an access_token
.
To explore response body, click "Response" below.
To see an example in JSON, click "201" icon on the right.
To see live data, fill out "Body params" and click "Try it".