/me/Get current user profile
Returns the authenticated user profile with id, email, status, and creation date.
curl https://api.upvote.net/v1/me/ \
--header 'X-API-Key: YOUR_SECRET_TOKEN'{
"id": "string",
"email": "string",
"status": "string",
"created_at": "2026-04-22T15:00:56.623Z"
}
Comment Tasks
Comment, reply, and post task creation
These endpoints create managed Reddit content tasks and return the shared CommentTaskResponse shape for comments, replies, and posts.