v1

latestOpenAPI 3.1.02026-07-22163829.6 KB
User

Get Profile

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

get/v1/user/profile

Response

The authenticated user

successtrue

Example response

{
  "user": {
    "id": "3b1c9f0e-2a4d-4c6b-8e1f-9a0b1c2d3e4f",
    "privyDid": "did:privy:clz1example9999",
    "makerId": "mm_9f8e7d6c5b",
    "createdAt": "2026-06-16T18:00:00.000Z"
  }
}