PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Auth
  • Use Encrypted Body
    • Javascript
  • API
    • Auth
      • Create Developer Account
        POST
      • Developer Login
        POST
      • Get My Profile
        GET
    • 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
      • User Login
      • Validate User License
      • Update User License
      • Get User Info
    • Variables
      • Get Public Variable
    • /files
    • /collaborators
    • /logs
    • /webhooks
    • Check API Health Status
      GET
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Auth

Get My Profile

GET
https://v1.popaap.cc/api/auth/me
Last modified:2025-07-25 17:56:03
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/auth/me' \
--header 'Authorization: Bearer {token}'
Response Response Example
{
  "developer": {
    "id": 1,
    "username": "john_doe",
    "email": "john@example.com",
    "type": "Basic",
    "created_at": "2024-01-15T10:30:00Z",
    "updated_at": "2024-01-15T10:30:00Z"
  }
}
Modified at 2025-07-25 17:56:03
Previous
Developer Login
Next
List My Applications
Built with