cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/getUser \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "jsmith@example.com", "firstName": "<string>", "lastName": "<string>", "organisation": "<string>", "role": "<string>" }
Retrieves the authenticated user’s profile information
JWT token obtained from /v1/requestToken endpoint
User profile retrieved successfully
The response is of type object.
object