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

Generate Licenses

POST
https://v1.popaap.cc/api/licenses/generate
Last modified:2025-07-25 17:59:11
Maintainer:Kipstz

Request

Query Params

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/generate?Authorization=Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "plan_id": 1,
  "count": 5,
  "format": "random",
  "prefix": "PREFIX-",
  "custom_format": "XXXX-XXXX-XXXX-XXXX"
}'
Response Response Example
{
  "licenses": [
    {
      "id": 1,
      "license_key": "A1B2C3D4E5F6G7H8",
      "status": "inactive",
      "created_at": "2024-01-01T00:00:00.000Z",
      "updated_at": "2024-01-01T00:00:00.000Z",
      "plan": {
        "id": 1,
        "name": "Plan Premium",
        "duration_days": 365
      }
    }
  ]
}
Modified at 2025-07-25 17:59:11
Previous
Delete Plan
Next
Get Application Licenses
Built with