GET
/
api
/
v2
/
user
curl --request GET \
  --url https://cloud.volttime.com/api/v2/user \
  --header 'Authorization: Bearer <token>'
{
  "id": 53,
  "name": "Morgan Hirthe",
  "email": "dare.emelie@example.com",
  "created_at": "2025-03-12T13:49:24.000000Z",
  "updated_at": "2025-03-12T13:49:24.000000Z"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Response

200 - application/json
id
integer
Example:

53

name
string
Example:

"Morgan Hirthe"

email
string
Example:

"dare.emelie@example.com"

created_at
string
Example:

"2025-03-12T13:49:24.000000Z"

updated_at
string
Example:

"2025-03-12T13:49:24.000000Z"

Was this page helpful?