PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Variables
  • 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
      • 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
        GET
    • /files
    • /collaborators
    • /logs
    • /webhooks
    • Check API Health Status
      GET
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Variables

Get Public Variable

GET
https://v1.popaap.cc/api/variables/public/{app_id}/{variable_name}
Last modified:2025-07-25 21:29:37
Maintainer:Kipstz

Request

Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://v1.popaap.cc/api/variables/public//'
Response Response Example
{
  "success": true,
  "message": "Variable retrieved successfully",
  "code": "VARIABLE_RETRIEVED",
  "data": {
    "name": "api_key",
    "value": "sk-1234567890abcdef",
    "type": "string",
    "last_updated": "2024-01-15T10:30:00.000Z"
  }
}
Modified at 2025-07-25 21:29:37
Previous
Get User Info
Next
Check API Health Status
Built with