Skip to main content
Returns the profile of the currently authenticated user.

Authentication

Requires a valid Bearer token.

Response

id
string
required
User ID (UUID).
email
string
required
User email address.
created_at
string
required
ISO 8601 timestamp.
{
  "id": "d4e5f6a7-8901-23ab-cdef-456789012cde",
  "email": "user@example.com",
  "created_at": "2025-01-10T08:00:00Z"
}

Errors

StatusDescription
401Unauthorized — missing or invalid token