Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Users
Get user details
Users
Get user details
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
See the documentation for more information.
Response
200 - application/json
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": 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"
}