Clientarea
Last modified:2025-12-02 02:44:10
OperationId:profiles
Return a list of contacts on this account
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"contacts": [
{
"email": "mary@example.com",
"id": "49",
"firstname": "Mary",
"lastname": "Sue",
"companyname": "",
"company": "0",
"lastlogin": "0000-00-00 00:00:00"
}
]
}
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:10