GET
/
api
/
v2
/
user
curl --request GET \
  --url https://cloud.volttime.com/api/v2/user \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
  "id": 4,
  "name": "Miss Pearl Hauck",
  "email": "pfritsch@example.com",
  "intercom": {
    "hmac_android": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
    "hmac_ios": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e",
    "hmac_web": "3f472ae237a5513e09136670d0aef0ce34c80ed8ce26098b3f9090ee14d69c4e"
  },
  "created_at": "2025-07-01T12:39:25.000000Z",
  "updated_at": "2025-07-01T12:39:25.000000Z"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Response

200 - application/json

The response is of type object.