GET
/
api
/
v3
/
user
curl --request GET \
  --url https://cloud.volttime.com/api/v3/user \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
  "id": 1,
  "name": "Miss Pearl Hauck",
  "email": "leo34@example.net",
  "intercom": {
    "hmac_android": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_ios": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_web": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523"
  },
  "created_at": "2025-05-02T11:43:23.000000Z",
  "updated_at": "2025-05-02T11:43:23.000000Z"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Response

200 - application/json

The response is of type object.