User Profile
GET
/api/v1/meScopeprofile: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
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique user identifier |
email | string | User's email address |
display_name | string | null | User's display name, if set |
avatar_url | string | null | URL to the user's avatar image |
created_at | string (ISO 8601) | When the account was created |