Clientarea
Last modified:2025-12-02 02:44:15
OperationId:profile_data
Return array with contact details
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"contact": {
"id": "49",
"email": "mary@example.com",
"firstname": "Mary",
"lastname": "Sue",
"companyname": "",
"address1": "Pretty View Lane",
"address2": "3194",
"city": "Santa Rosa",
"state": "California",
"postcode": "95401",
"country": "US",
"phonenumber": "+1.24123123",
"type": "Private",
"privileges" : {
"support" : ["tickets", "newticket"]
}
}
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/contact/' \
--header 'Authorization: Bearer <token>'
Modified at 2025-12-02 02:44:15