📄getCurrentPlan

Description

Retrieves the current plan that the customer has subscribed to.

Header parameters

Response

struct {
    "planID": number,
    "modulesIncluded": array [],
    "maxUsers": number,
    "invoiceID": string,
    "endDate": string,
    "recurring": string,
    "startDate": string,
    "status": status,
    "bookingID": number,
    "priceMonthly": number,
    "nextPlan": struct {},
    "planName": string
}

Last updated