GetAccount
GET
https://{market-domain}/v1.0/account
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiI...
{
"return": 0,
"message": "success",
"value": {
"banxa_terms_agreed": true
}
}
curl --location --request GET 'https://localhost:51071/v1.0/account' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIs....'
Last updated