v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBSubscriptions
Get subscription details
Retrieve detailed information about a subscription including price components and schedules.
get/api/v1/subscriptions/{subscription_id}
Path parameters
subscription_idstring MeteroidId required
Example:sub_7n42DGM5Tflk9n8mt7Fhc7
Subscription ID
Response
Details of subscription
Example response
{
"add_ons": [
{
"add_on_id": "add_7n42DGM5Tflk9n8mt7Fhc7",
"fee": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"id": "sub_add_7n42DGM5Tflk9n8mt7Fhc7"
}
],
"applied_coupons": [
{
"applied_coupon": {
"coupon_id": "cou_7n42DGM5Tflk9n8mt7Fhc7",
"id": "sub_cou_7n42DGM5Tflk9n8mt7Fhc7"
},
"coupon": {
"id": "cou_7n42DGM5Tflk9n8mt7Fhc7"
}
}
],
"components": [
{
"fee": {
"metric_id": "bm_7n42DGM5Tflk9n8mt7Fhc7"
},
"price_component_id": "price_7n42DGM5Tflk9n8mt7Fhc7",
"product_id": "prd_7n42DGM5Tflk9n8mt7Fhc7"
}
],
"currency": "EUR",
"customer_id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
"entitlements": [
{
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
}
],
"id": "sub_7n42DGM5Tflk9n8mt7Fhc7",
"payment_methods_config": {
"account_id": "ba_7n42DGM5Tflk9n8mt7Fhc7"
},
"plan_id": "plan_7n42DGM5Tflk9n8mt7Fhc7",
"plan_version_id": "plv_7n42DGM5Tflk9n8mt7Fhc7"
}