---
title: "Get current user information"
method: GET
path: "/me"
tags: ["Users"]
---

# Get current user information

`GET /me`

## Response `200`

Successful response

- User
  - `id` integer
  - `name` string
  - `email` string, email
  - `contacts_count` integer
  - `contact_limit` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/sendfox/apis/sendfox-api.md) · [All operations](https://skmtc.net/sendfox/apis/sendfox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendfox/sendfox-api/versions/ea591a7644e7/schema)
