POST
/
link
/
account
/
select
Select accounts
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.

Body

Response

200

OK