Get Account Info
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://petfen-account.local.com:8081/api/v1/account/info' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"account_type": "user",
"avatar": "https://avatars.githubusercontent.com/u/96071538",
"balance": 0,
"code": "e177cc1e-685e-4b18-bfcc-8c65f1e805f8",
"email": "Desmond.Hoeger13@gmail.com",
"first_name": "Dau",
"last_name": "DQ",
"phone_number": "(964) 240-2410",
"shipping_address": [],
"status": "active",
"vip": 1
}
Modified at 2025-10-09 16:33:00