Skip to content
Eventpop API Documentation
GitHub

Get current user information

GET
/me

Returns profile information for the authenticated user. Requires User Access Token with public scope. Rate limited to 10 requests per minute.

Parameters

Query Parameters

access_token
string

OAuth Token (alternative to Authorization header)

Responses

200

Get authenticated user profile

PublicAPI_Entities_User model

object
id

Unique user identifier

integer format: int32
full_name

User full name

string
email

User email address

string
avatar

Default avatar image URL

string
avatars
object
original
string
birthday

User birthday (YYYY-MM-DD format)

string
gender

User gender

string
phone

User phone number

string

401

Unauthorized - Invalid or missing access token