---
title: "Obtain information about current API Consumer"
method: GET
path: "/api/v1/auth/me"
tags: ["Authentication"]
deprecated: true
---

# Obtain information about current API Consumer

`GET /api/v1/auth/me`

> **Deprecated.**

Deprecated, will be removed by 01.04.24, use `/api/v1/consumers/me` instead.

## Response `200`

Successfully retrieved current consumer

- Consumer
  - `name` string, required — A name for this credential (e.g. Monta Team A)
  - `operatorId` integer — Your operator id
  - `operatorIds` integer[], required — List of operator ids that are authorized for API operations. If empty, all child operators of this operator are authorized.
  - `teamIds` integer[], required — List of team ids that are authorized for API operations. If empty, all teams of this operator are authorized.
  - `clientId` string, required — Your client id
  - `rateLimit` integer — Rate-limit for your account; requests per `rateLimitIntervalInSeconds`
  - `rateLimitIntervalInSeconds` integer — Rate-limit interval for your `rateLimit`
  - `scopes` string[], required — List of scopes for this account
  - `createdAt` string, date-time, required — Creation date of this consumer
  - `updatedAt` string, date-time, nullable — Update date of this consumer

## Other responses

- `400` — The request is invalid
- `401` — Unauthorized access

---

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