Skip to main content
GET
/
auth
/
me
Get current user
curl --request GET \
  --url https://slog.ai/auth/me \
  --header 'slog-api-key: <api-key>'
{
  "data": {
    "id": "user_01jquser0001",
    "name": "Alex Johnson",
    "email": "[email protected]",
    "avatarUrl": null,
    "humanId": null
  }
}

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Response

The current user.

data
object