---
title: "Get Profile"
method: GET
path: "/v1/user/profile"
tags: ["User"]
---

# Get Profile

`GET /v1/user/profile`

Return the authenticated user's account. The user record is created automatically on first authenticated request and assigned a stable `makerId`.

## Response `200`

The authenticated user

- ProfileResponse
  - `success` true
  - `user` UserProfile
    - `id` string, uuid
    - `privyDid` string — Privy decentralized identifier for the user.
    - `makerId` string — Stable maker identifier your quotes are attributed to.
    - `createdAt` string, date-time

## Other responses

- `401` — Error
- `503` — Error

---

[API](https://skmtc.dev/convallax/apis/convallax-rfq-api.md) · [All operations](https://skmtc.dev/convallax/apis/convallax-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convallax/convallax-rfq-api/revisions/c8cb11b778c1/schema)
