PoPaAP
PoPaAP WebsiteDiscord
PoPaAP WebsiteDiscord
  1. Applications
  • Use Encrypted Body
    • Javascript
  • API
    • Auth
      • Create Developer Account
      • Developer Login
      • Get My Profile
    • Applications
      • List My Applications
        GET
      • Create New Application
        POST
      • Get Application Limits
        GET
      • Get Application Details
        GET
      • Update Application
        PUT
      • Delete Application
        DELETE
    • 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. Applications

List My Applications

GET
https://v1.popaap.cc/api/apps/
Last modified:2025-07-25 17:57:03
Maintainer:Kipstz

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://v1.popaap.cc/api/apps/?Authorization=Bearer {token}'
Response Response Example
[
  {
    "id": 1,
    "name": "Mon Application",
    "app_id": "app_abc123",
    "secret_key": "sk_xyz789",
    "created_at": "2024-01-01T00:00:00.000Z"
  },
  {
    "id": 2,
    "name": "App Collaborateur",
    "app_id": "app_def456",
    "secret_key": "sk_uvw012",
    "created_at": "2024-01-02T00:00:00.000Z",
    "isCollaborator": true
  }
]
Modified at 2025-07-25 17:57:03
Previous
Get My Profile
Next
Create New Application
Built with