cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/link/account/select \ --header 'Content-Type: application/json' \ --data '{ "link_token": "<string>", "accounts": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }'
This response does not have an example.
Call this endpoint to select which accounts to consider, when receiving AccountSelectionRequired status from webhook
OK
Was this page helpful?