curl --request GET \
--url https://cloud.volttime.com/api/v3/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 3,
"name": "Miss Pearl Hauck",
"email": "leo34@example.net",
"intercom": {
"hmac_android": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30",
"hmac_ios": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30",
"hmac_web": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30"
},
"created_at": "2025-07-04T13:42:20.000000Z",
"updated_at": "2025-07-04T13:42:20.000000Z"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/user \
--header 'Authorization: Bearer <token>'
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 3,
"name": "Miss Pearl Hauck",
"email": "leo34@example.net",
"intercom": {
"hmac_android": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30",
"hmac_ios": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30",
"hmac_web": "bf2fe4cd0d71506d47dd2bcd02c6e1b92943ef1c98aef38ee566ad70fffdfa30"
},
"created_at": "2025-07-04T13:42:20.000000Z",
"updated_at": "2025-07-04T13:42:20.000000Z"
}