cURL
curl --request POST \ --url https://api.sumvin.com/v0/accounts/link \ --header 'Content-Type: application/json' \ --data ' { "institution_id": "<string>", "redirect_uri": "<string>", "products": [ "<string>" ], "regions": [ "<string>" ] } '
{ "_links": {}, "link": { "link_token": "<string>", "expiration": 123, "provider": "plaid" } }
Tenant org ID for multi-tenant auth
Plaid link token created
HAL-style hypermedia links for navigation and available actions.
Show child attributes