PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Licenses
  • 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
        POST
      • Get Application Licenses
        GET
      • Validate License
        POST
      • Check License Expiration
        POST
      • Update License Notes
        PUT
      • Delete License
        DELETE
      • Get My Licenses
        GET
      • Reset License HWID
        POST
      • Get License Users
        GET
    • 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. Licenses

Validate License

POST
https://v1.popaap.cc/api/licenses/validate
Last modified:2025-07-27 12:03:02
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/licenses/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_id": "6b9160d8-9817-407f-87d4-ba221713b4db",
    "license_key": "94F7E10BABE6BAE3F40479EDE7D0CEFD",
    "hwid": "hwid"
}'
Response Response Example
{
    "success": true,
    "message": "License activated successfully",
    "code": "LICENSE_ACTIVATED",
    "license": {
        "status": "active",
        "activation_date": "2025-07-10T10:22:33.022Z",
        "hwid": "hwid",
        "ip_address": "127.0.0.1",
        "last_used": "2025-07-10T10:22:33.022Z",
        "plan": {
            "name": "test",
            "duration_days": null
        }
    }
}
Modified at 2025-07-27 12:03:02
Previous
Get Application Licenses
Next
Check License Expiration
Built with