Authorization: Bearer ********************curl --location --request GET 'https://api.salla.dev/admin/v2/apps//subscriptions' \
--header 'Authorization: Bearer <token>'{
"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": []
}
]
}