Light Mode
App Subscription Details
GET
/apps/{app_id}/subscriptionsLast modified:Â 2 months ago
This endpoint allows you to fetch details of App Subscriptions per Salla Store.
Request
Path Params
app_id
integerÂ
required
Salla Application ID. [Salla Partners](https://salla.partners) > My Apps > Your App
Request samples
Responses
Success(200)
Unauthorized(403)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
status
numberÂ
optional
Response Status Code
Example:
200
success
booleanÂ
optional
Whether or not the response is successful
Default:
true
data
$ref(#/definitions/1309310)[]
optional
#/definitions/1309310
optional
Example
Example | Free Subscription
{
"status": 200,
"success": true,
"data": [
{
"id": "657032372",
"app_name": "App 1.2",
"description": "App 1.2 App 1.2 App 1.2 App 1.2 App 1.2 App 1.2 App 1.2",
"app_type": "app",
"categories": [
"Others"
],
"plan_type": "recurring",
"plan_name": "Free",
"plan_period": null,
"start_date": null,
"end_date": null,
"initialization_cost": 0,
"price_before_discount": 0,
"price": 0,
"tax": 0,
"tax_value": 0,
"total": 0,
"subscription_balance": null,
"coupon": null,
"features": []
}
]
}
Last modified: 2 months ago