Other types

Learn about other types supported by the app subscriptions API

The monday.com app subscriptions API enables you to read an app's subscription details.

The types below are used by the app subscriptions query and are not independently queryable.

AppSubscriptionDetails

An object containing the app's subscriptions.

FieldTypeDescriptionEnum Values
account_idInt!The account's unique identifier.
currencyString!The currency used to make the purchase.
days_leftInt!The number of days until the subscription ends.
discounts[SubscriptionDiscount!]!The discounts granted to the subscription.
end_dateStringAn inactive subscription's end date. Returns null for subscriptions with an active status.
max_unitsIntThe subscribed unit quantity. Returns null for feature-based plans.
monthly_priceFloat!The subscription's monthly price (after discounts) in the currency used to make the purchase.
period_typeSubscriptionPeriodType!The subscription's billing period frequency.monthly
yearly
plan_idString!The pricing plan's unique identifier.
pricing_version_idInt!The pricing version's unique identifier.
renewal_dateStringAn active subscription’s renewal date. Returns null for subscriptions with an inactive status.
statusSubscriptionStatus!The subscription's status.active
inactive

SubscriptionDiscount

An object containing details about a single subscription discount.

FieldTypeDescriptionEnum Values
discount_model_typeSubscriptionDiscountModelType!The discount's type.nominal: dollar amount of the discount
percent: percentage of the discount
discount_typeSubscriptionDiscountType!The discount's frequency.one_time
recurring
valueInt!The discount's value as a percent.