Returns the authenticated user
cURL
curl --request GET \ --url https://cloud.volttime.com/api/v2/user \ --header 'Authorization: Bearer <token>'
{ "id": 561211, "name": "John Doe", "email": "[email protected]", "created_at": "2023-08-25T10:21:52.000000Z", "updated_at": "2023-08-25T10:21:59.000000Z", }
Was this page helpful?