Skip to main content
GET
/
v1
/
auth
Get the current user
curl --request GET \
  --url https://rest.compute.cudo.org/v1/auth \
  --header 'Authorization: <api-key>'
{
  "emailAddress": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "picture": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Response

A successful response.

emailAddress
string
firstName
string
lastName
string
picture
string