latestOpenAPI 3.0.1MIT2026-07-2638658.5 KB
ec8807ce9c12
User
Get Current User Information
Easily retrieve and manage your account details with JoggAI API
get/v2/user/whoami
Response
Success
Example response
{
"msg": "Success",
"data": {
"email": "user@example.com",
"username": "johndoe"
}
}