User Profile

GET/api/v1/me
Scopeprofile:read
AuthBearer token
PaginatedNo
Rate limit60 / minute

Returns the authenticated user's profile information.

Response

200 OK
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "email": "[email protected]",
    "display_name": "CardSlinger",
    "avatar_url": null,
    "created_at": "2026-01-15T10:30:00Z"
  },
  "meta": {
    "request_id": "req_abc123",
    "timestamp": "2026-03-31T14:22:00Z"
  }
}

Fields

FieldTypeDescription
idstring (UUID)Unique user identifier
emailstringUser's email address
display_namestring | nullUser's display name, if set
avatar_urlstring | nullURL to the user's avatar image
created_atstring (ISO 8601)When the account was created