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" }
See the documentation for more information.
53
"Morgan Hirthe"
"dare.emelie@example.com"
"2025-03-12T13:49:24.000000Z"
Was this page helpful?