---
title: "Return the current authenticated operator profile"
method: GET
path: "/api/v1/auth/me"
tags: ["auth"]
---

# Return the current authenticated operator profile

`GET /api/v1/auth/me`

## Response `200`

- OperatorProfileDto
  - `id` string, required
  - `githubLogin` string, required
  - `displayName` string, nullable
  - `email` string
  - `tier` 'FREE' | 'PRO' | 'ENTERPRISE', required
  - `tierOverride` 'FREE' | 'PRO' | 'ENTERPRISE', nullable, required
  - `effectiveTier` 'FREE' | 'PRO' | 'ENTERPRISE', required
  - `status` 'ACTIVE' | 'SUSPENDED' | 'BANNED', required
  - `flags` object
  - `walletAddress` string, nullable
  - `firstTaskAt` string, nullable
  - `hasApiKey` boolean, required
  - `pioneerPoints` number

---

[API](https://skmtc.net/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.net/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/33dd194c5572/schema)
