Clientarea
Last modified:2025-11-29 22:15:57
OperationId:getDetails
Return registration details for my account
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"client": {
"id": "26",
"email": "api@example.com",
"lastlogin": "2016-12-30 12:24:28",
"ip": "172.100.2.1",
"host": "hostname",
"firstname": "Joe",
"lastname": "Doe",
"companyname": "",
"address1": "Pretty View Lane",
"address2": "3294",
"city": "Santa Rosa",
"state": "California",
"postcode": "95401",
"country": "US",
"phonenumber": "+1.24123123"
}
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/details' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:15:57