cURL
curl --request GET \ --url https://api.avenia.io:8443/v2/v2/account/access-info \ --header 'Authorization: Bearer <token>'
{ "email": "<string>", "mfaActivated": true, "pricingSet": true, "passwordUpdatedAt": "<string>", "frozenUntil": "<string>", "accountPermissions": { "payIn": true, "payOut": true, "convert": true, "onChain": true, "viewOnly": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes