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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.