---
title: "Get current identity"
method: GET
path: "/v1/account/my"
tags: ["identity-access"]
---

# Get current identity

`GET /v1/account/my`

Returns details about the account that owns the API key used to authenticate the request

## Response `200`

Successful Response

- IdentitySelfOut
  - `identity_id` integer, required — The unique identifier of the identity.
  - `name` string, required — Name of the identity.
  - `max_active_api_keys` integer, required — The number of API keys allowed for the account.
  - `ip_subnets` string[], required — List of IP subnets/addresses in CIDR notation for which the data access is authorized.

## Other responses

- `403` — Forbidden

---

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