Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Invite
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
[Deprecated] Users
Fetch current user
GET
/
api
/
v2
/
user
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
Copy
{
"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
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/user \
--header 'Authorization: Bearer <token>'
Copy
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.