subscription

get/api/v1/subscriptions

Query parameters

offsetinteger required

Specifies the starting position of the results

limitinteger required

The maximum number of objects to return

Response

List of subscriptions

totalinteger required

Example response

{
  "data": [
    {
      "customer_id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
      "id": "sub_7n42DGM5Tflk9n8mt7Fhc7"
    }
  ]
}

Changes