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

# Obtain information about current API Consumer

`GET /api/v1/consumers/me`

## 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` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[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)
