POST
/
link
/
account
/
list
Return the list of accounts found while creating connection
curl --request POST \
  --url https://sandbox.deck.co/api/v1/link/account/list \
  --header 'Content-Type: application/json' \
  --data '{
  "link_token": "<string>"
}'
{
  "accounts": [
    {
      "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "account_number": "<string>",
      "account_address": "<string>"
    }
  ]
}

Body

Response

200
application/json

OK

The response is of type object.