cURL
curl --request GET \ --url https://api.coinfer.ai/base/linked-account \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "linked_accounts": [ { "account": "<string>", "type": "<string>" } ] } }
Get list of linked account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"ok"
Show child attributes