> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Current User Profile

> Get the profile information for the currently authenticated user.

Get the profile information for the currently authenticated user.

* **Method:** GET
* **Path:** `/api/v1/profile/me`

## Response

Returns a `ProfileSchema` object.

<OpenAPIPlayground endpoint="/api/v1/profile/me" method="GET" />
