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....'key
data type
desc.
banxa_terms_agreed
bool
Banxa 이용 약관 동의 여부
return
message
desc.
0
success
성공
64026
MyPage Load Failed
구매 정보 조회 실패
Last updated