GET
/
base
/
linked-account
List Linked Account
curl --request GET \
  --url https://api.coinfer.ai/base/linked-account \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "linked_accounts": [
      {
        "account": "<string>",
        "type": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

status
string
required
Allowed value: "ok"
data
object
required