subscription

get/api/v1/subscriptions/{id}

Path parameters

idstring required

subscription ID

Response

Details of subscription

billing_day_anchorinteger required
currencystring required
customer_aliasstring nullable
customer_idstring MeteroidId required
customer_namestring required
idstring MeteroidId required

Example response

{
  "customer_id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
  "id": "sub_7n42DGM5Tflk9n8mt7Fhc7"
}

Changes