Skip to content

Creating Apps

Creating apps on API4Pe is the first step.

We provide you the appId through which you can create subscription plans. The subscription plans can be differnt for every app that you create.

Below is the cURL for creating an app

curl --location 'http://pay.api4pe.com/app' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic ' \
--data '{
    "user_id": "YOUR_USER_ID",
    "name": "APP_NAME",
    "domain": "APP_DOMAIN_NAME",
    "callback_url": "CALLBACK_URL"
}'