Subscriptions

List subscriptions

List the subscriptions associated with the current user.

get/subscription

Response

List of subscriptions.

Example response

{
  "data": [
    {
      "id": "sub_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "productVariantID": "var_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "quantity": 1,
      "addressID": "shp_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "cardID": "crd_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "frequency": "monthly"
    }
  ]
}

Changes