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

Developer Login

POST
https://v1.popaap.cc/api/auth/login
Last modified:2025-07-25 17:55:49
Maintainer:Kipstz

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v1.popaap.cc/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "Hank14@gmail.com",
    "password": "my_password"
}'
Response Response Example
{
    "message": "Login successful",
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjcsImVtYWlsIjoib2tva29rb2tva29rb2tAeWFob28uY29tIiwiaWF0IjoxNzUyMTQzMDQ3LCJleHAiOjE3NTIyMjk0NDd9.vIGSc8ITfb_Evrydo0K3hBID18GoH2_6EToZUz6xINc",
    "developer": {
        "id": 7,
        "username": "Reuben_Murray",
        "email": "okokokokokokok@yahoo.com",
        "type": "Basic",
        "created_at": "2025-07-10T10:23:17.000Z",
        "updated_at": "2025-07-10T10:23:17.000Z"
    }
}
Modified at 2025-07-25 17:55:49
Previous
Create Developer Account
Next
Get My Profile
Built with