cURL
curl --request POST \ --url https://api.example.com/v0/user/me/bank/accounts \ --header 'Content-Type: application/json' \ --data ' { "public_token": "<string>", "account_id": "<string>", "set_as_primary": false } '
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
Public token from Plaid Link
Selected account ID from Plaid Link
Set this account as primary
Account linked
HAL-style hypermedia links for navigation and available actions.
Show child attributes