---
title: "Get Current User Profile"
method: GET
path: "/api/auth/me"
tags: ["Authentication"]
---

# Get Current User Profile

`GET /api/auth/me`

## Response `200`

Successful Response

- UserProfileResponse
  - `success` boolean, required
  - `message` string, required
  - `user` object, required

---

[API](https://skmtc.net/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.net/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xorbitsai/xagent/versions/33e4ba4936ad/schema)
