PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. User Authentication
  • Use Encrypted Body
    • Javascript
  • API
    • Auth
      • Create Developer Account
      • Developer Login
      • Get My Profile
    • Applications
      • List My Applications
      • Create New Application
      • Get Application Limits
      • Get Application Details
      • Update Application
      • Delete Application
    • Statistics
      • Get Statistics
    • Plans
      • Create New Plan
      • Get Application Plans
      • Update Plan
      • Delete Plan
    • Licenses
      • Generate Licenses
      • Get Application Licenses
      • Validate License
      • Check License Expiration
      • Update License Notes
      • Delete License
      • Get My Licenses
      • Reset License HWID
      • Get License Users
    • User Authentication
      • Create User Account
        POST
      • User Login
        POST
      • Validate User License
        POST
      • Update User License
        POST
      • Get User Info
        GET
    • Variables
      • Get Public Variable
    • /files
    • /collaborators
    • /logs
    • /webhooks
    • Check API Health Status
      GET
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. User Authentication

Get User Info

GET
https://v1.popaap.cc/api/user-auth/me
Last modified:2025-07-25 18:02:08
Maintainer:Kipstz

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://v1.popaap.cc/api/user-auth/me' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "user": {
        "id": 3,
        "username": "UserTest",
        "license_key": "AF30170C98C2925DCF4939FBD0A7FD53",
        "license_plan": {
            "id": 6,
            "name": "test",
            "duration_days": null
        },
        "hwid": "hwid",
        "last_login": "2025-07-10T10:27:41.000Z",
        "created_at": "2025-07-10T10:26:09.000Z"
    }
}
Modified at 2025-07-25 18:02:08
Previous
Update User License
Next
Get Public Variable
Built with