Skip to main content
GET
/
auth
/
me
Get Current User Info
curl --request GET \
  --url https://api.yertle.com/auth/me
{
  "message": "<string>",
  "hint": "<string>"
}

Documentation Index

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

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

Response

200 - application/json

Successful Response

Placeholder response for GET /auth/me.

The production endpoint requires a valid bearer token. This shape is what callers see when hitting the endpoint without authentication.

message
string
required

Human-readable guidance

hint
string
required

Hint on how to authenticate