Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the authenticated user’s profile.
cURL
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 } }
API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.
slog-api-key
The current user.
Show child attributes