PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Plans
  • 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
        POST
      • Get Application Plans
        GET
      • Update Plan
        PUT
      • Delete Plan
        DELETE
    • 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. Plans

Create New Plan

POST
https://v1.popaap.cc/api/plans/
Last modified:2025-07-25 17:58:16
Maintainer:Kipstz

Request

Query Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://v1.popaap.cc/api/plans/?Authorization=Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "application_id": 1,
  "name": "Plan Premium",
  "duration_days": 30
}'
Response Response Example
{
  "id": 1,
  "application_id": 1,
  "name": "Plan Premium",
  "duration_days": 30,
  "created_at": "2024-01-01T00:00:00.000Z",
  "updated_at": "2024-01-01T00:00:00.000Z"
}
Modified at 2025-07-25 17:58:16
Previous
Get Statistics
Next
Get Application Plans
Built with