---
title: "Get User Details and Document Types"
method: GET
path: "/api/v1/eevee/apikey/limit/"
tags: ["Account"]
---

# Get User Details and Document Types

`GET /api/v1/eevee/apikey/limit/`

Retrieve comprehensive information about your user account, including your email, full name, and user ID. This endpoint also provides details on your monthly document usage and limits, along with a list of your active document types.

## Headers

- `apikey` string, required

## Response `200`

OK

- InlineResponse2002
  - `data` InlineResponse2002Data
    - `document_types` InlineResponse2002DataDocumentTypes[] — A list of your active document types.
      - `title` string — The display name of the document type.
      - `value` string — The unique identifier for the document type, used in API requests.
    - `email` string — The email address associated with your account.
    - `full_name` string — The full name associated with your account.
    - `monthly_doc_current` integer — The number of documents processed in the current billing cycle.
    - `monthly_doc_limit` integer — The maximum number of documents you can process per month.
    - `user_id` string — Your unique user identifier.
  - `error` string — A message describing any errors encountered during the request.
  - `error_code` string — A code representing the specific error, if any.
  - `message` string — Additional information or context about the response.
  - `status` string — The status of the request (e.g., 'success' or 'fail').
  - `status_code` integer — The HTTP status code of the response.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
