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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cudocompute.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. API keys should be passed using the format Bearer API_KEY.

Response

A successful response.

emailAddress
string
firstName
string
lastName
string
picture
string