link
Generate Vital Link Token
Endpoint to generate a user link token, to be used throughout the vital link process. The vital link token is a one time use token, that expires after 10 minutes. If you would like vital-link widget to launch with a specific provider, pass in a provider in the body. If you would like to redirect to a custom url after successful or error connection, pass in your own custom redirect_url parameter.
post/v2/link/token
Request body
Response
Successful Response
Example response
{
"link_token": "dGVzdCB0ZXN0IHRlc3Q=",
"link_web_url": "https://link.tryvital.io/?token=dGVzdCB0ZXN0IHRlc3Q%3D&env=production®ion=us"
}