Open
Description
How does one achieve creating link token in update mode ?
https://plaid.com/docs/link/update-mode/
curl -X POST https://sandbox.plaid.com/link/token/create
-H 'Content-Type: application/json'
-d '{
"client_id": "CLIENT_ID",
"secret": "SECRET",
"client_name": "My App",
"user": { "client_user_id": "UNIQUE_USER_ID" },
"country_codes": ["US"],
"language": "en",
"webhook": "https://webhook.sample.com",
"access_token": "ENTER_YOUR_ACCESS_TOKEN_HERE"
}'
Metadata
Assignees
Labels
No labels