---
title: "Get Current Developer Info"
method: GET
path: "/api/v1/auth/me"
tags: ["Internal: Auth"]
---

# Get Current Developer Info

`GET /api/v1/auth/me`

Get current authenticated developer.

## Response `200`

Successful Response

- DeveloperRead
  - `id` string, uuid, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
