Salla Docs
Merchant API
Partner APIs
Storefront
Salla CLI
Salla Docs
    Light Mode

    App Subscription Details

    GET/apps/{app_id}/subscriptions
    Last 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
    Could not resolve '#/definitions/1309310'
    #/definitions/1309310
    optional
    Could not resolve '#/definitions/1309310'
    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