App Subscription Details
Production
Production
GET
https://api.salla.dev/admin/v2/apps/{app_id}/subscriptions
Subscriptions
Last modified:2024-12-24 06:42:02
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
app_id
integer
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/apps//subscriptions'
Responses
🟢200Success
application/json
Body
status
number
optional
Example:
200
success
boolean
optional
Default:
true
data
array[object (Subscription Detail Response) {19}]
optional
id
string
optional
Example:
2032004508
app_name
string
optional
Example:
BitoShip
description
string
optional
Example:
BitoShip Description
app_type
enum<string>
optional
Allowed values:
appshipping
Example:
shipping
categories
array[string]
optional
Allowed values:
Shipping' & 'FulfillmentAccounting & FinanceMarketingAnalyticsEmailGeolocationSite OptimizationSMSChatOthers
plan_type
enum<string>
optional
Allowed values:
freeoncerecurringon_demand
Example:
recurring
plan_name
string
optional
Example:
Yearly
plan_period
string | null
optional
Example:
12
start_date
string | null
optional
Example:
2022-12-31
end_date
string | null
optional
Example:
2023-12-31
initialization_cost
integer | null
optional
Example:
10
price_before_discount
integer | null
optional
Example:
5
price
integer | null
optional
Example:
200
tax
number | null
optional
Example:
0.15
tax_value
number | null
optional
Example:
30
total
number | null
optional
Example:
230
subscription_balance
number | null
optional
Example:
50
coupon
object | null
optional
features
array [object {2}]
optional
Examples
{
"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": []
}
]
}
🟠403Unauthorized
Modified at 2024-12-24 06:42:02