> ## Documentation Index
> Fetch the complete documentation index at: https://developers.gotolstoy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Me

> User operations

This endpoint allows you to get free cakes.

<RequestExample>
  ```bash Request theme={null}
  curl -X GET https://api.gotolstoy.com/users/me \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "user-id",
    "email": "user-email",
    "appKey": "app-key"
  }
  ```
</ResponseExample>
