cURL
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>" } ] }
OK
The response is of type object.
object
Was this page helpful?