Skip to main content
GET
/
auth
cURL
curl --request GET \
  --url https://api.odin.fun/v1/auth
"<string>"

Response

default - application/json

Returns the principal of the authenticated user

The response is of type string.

I