---
title: "Current account, usage, and limits"
method: GET
path: "/v1/me"
tags: ["Account"]
---

# Current account, usage, and limits

`GET /v1/me`

## Response `200`

Account info.

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `user` User
      - `id` integer
      - `email` string, email
      - `name` string
      - `tier` 'free' | 'starter' | 'pro' | 'enterprise' | 'sandbox'
    - `profile` Profile
      - `company_name` string, nullable
      - `website` string, nullable
      - `description` string, nullable
      - `contact_name` string, nullable
      - `contact_email` string, nullable
      - `contact_phone` string, nullable
      - `address_line1` string, nullable
      - `address_line2` string, nullable
      - `city` string, nullable
      - `region` string, nullable
      - `postal_code` string, nullable
      - `country` string, nullable — ISO 3166-1 alpha-2
    - `usage` Usage
      - `period` 'lifetime' | 'month' — Whether the draw limit resets monthly or is a lifetime cap (free tier).
      - `period_start` string, date-time
      - `draws_this_period` integer
      - `draws_limit` integer, nullable — null = unlimited.
    - `limits` Limits
      - `entries_per_draw` integer, nullable
      - `rate_per_minute` integer, nullable

## Other responses

- `401` — Missing or invalid API key (`unauthenticated`).

---

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