Modo Claro
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
Parâmetros Path
app_id
integer
requerido
Salla Application ID. [Salla Partners](https://salla.partners) > My Apps > Your App
Request samples
Respostas
Success(200)
Unauthorized(403)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
status
number
opcional
Response Status Code
Exemplo:
200
success
boolean
opcional
Whether or not the response is successful
Padrão:
true
data
$ref(#/definitions/1309310)[]
opcional
#/definitions/1309310
opcional
Exemplo
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