cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/auth \ --header 'Authorization: <api-key>'
{ "emailAddress": "<string>", "firstName": "<string>", "lastName": "<string>", "picture": "<string>" }
Returns details of the current user when suitable authentication credentials are sent with the request.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.