- Introduction
- Quickstart
- Webhooks
- Campaign
- Class
- Client
- Retrieves all client for a Tenant
- Creates a new client
- Gets client by ID
- Gets clients birthday list
- Gets clients at risk
- Gets client mandatory fields
- Adds client to blacklist
- Removes client from blacklist
- Updates client details
- Used for partial updates of client details
- Changes client representative
- Lists prospects
- Lists ex-clients
- Resets client password
- Changes client representative for multiple clients
- Lists prospect effective date history
- Transfers prospect
- Company
- Invoice
- Organisation
- Search
- Tax
- Tenant
- Appointments
- Create new appointment
- List appointments
- Change client membership in appointment
- Get appointment
- Update appointment
- Mark client as checked in
- Mark client as no-show
- Substitute coach for appointment
- Reschedule appointment
- Cancel appointment
- List appointments by client ID
- Create appointment complimentory session
- Create appointment
- Reschedule appointment
- Get appointment
- Appointment Types
- Authentication
- Automation
- Call Transactions
- Charge Categories
- Charge Master
- Recurring Class
- Class Booking
- Class Complimentory
- Class Types
- Company level class types
- Client Communication
- Client Tasks
- Client Sales
- Client Waivers
- Client Sessions
- Client Referrals
- Client Offers
- Client Export
- Client Billing
- Client Check-in
- Client Credit Balance
- Client Documents
- Client Invoices
- Client Membership
- Client Open API
- Client Payments
- Client Subscriptions
- List client subscription invoicesGET
- Get client subscriptionGET
- List client subscriptionsGET
- Get clients by plan IDGET
- Change subscription start datePUT
- Change subscription end datePUT
- Void client subscriptionPOST
- Send manage subscription linkPOST
- Get client subscription by UUIDGET
- Get client subscription invoices by UUIDGET
- Client Memberships
- Client Subscription Cancellation
- Client Subscription Freeze
- Client Trials
- Client Upgrade
- Balance Write Off
- Email Template
- Email Template - Franchise
- Create email template at franchise level
- Get list of email templates at franchise level
- Update email template at franchise level
- Get email template at franchise level
- Delete email template at franchise level
- Mark email template as inactive at franchise level
- Mark email template as active at franchise level
- Email Template - Tenant
- Franchise Groups
- Payment Methods
- Invoices
- Offer Master
- Online Signup
- Subscription
- Sales
- Staff Availability
- List staff availability
- List staff availability by appointment category
- List next available slots by appointment category
- Check staff availability
- Check staff availability for appointment category
- Check staff availability for recurring schedule
- Check staff availability for recurring schedule
- Get staff scheduled unavailability
- List staff availability for tours
- Opportunities
- Opportunity Stage Master
- Payments
- Refunds
- Reports
- Report Filter Schedules
- Access Requests
- Rooms
- Sales Returns
- Email Communication
- SMS
- Service Categories
- Staff Management
- Staff Appointment Type Link
- Staff Notifications
- Staff Schedule
- Subscription Plans
- Subscription Signup
- Tasks
- Task Categories
- Task Open API
- Trial Master
List client subscriptions
GET
/clients/{client_id}/subscriptions
Client Subscriptions
Request
Path Params
client_id
integer <int64>
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/clients//subscriptions'
Responses
🟢200OK
text/plain
Body
items
array[object (ClientSubscriptionResponse) {39}]  | nullÂ
optional
id
integer <int32>
optional
client_id
integer <int64>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
plan_id
integer <int32>
optional
state
enum<string>Â
optional
InActive
-Active
-Allowed values:
InActiveActive
status
enum<string>Â
optional
Future
-Active
-Frozen
-SuspendedDueToNonPayment
-Upgraded
-Transfered
-NotRenewing
-Cancelled
-CancelledDueToNonPayment
-PendingForMandatoryAction
-PendingForPaymentConfirmation
-Expired
-Void
-Allowed values:
FutureActiveFrozenSuspendedDueToNonPaymentUpgradedTransferedNotRenewingCancelledCancelledDueToNonPaymentPendingForMandatoryActionPendingForPaymentConfirmationExpiredVoid
scheduled_cancellation_date
string <date-time>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
description_primary_language
string  | nullÂ
optional
description_secondary_language
string  | nullÂ
optional
subscription_category
enum<string>Â
optional
PayAsYouGo
- Pay as you goPaidInFull
- Paid In fullDropIn
- Drop InContract
- ContractAllowed values:
PayAsYouGoPaidInFullDropInContract
recurring_revenue
integer <int64>
optional
start_date
string <date-time>
optional
end_date
string <date-time>
optional
contract_term
integer <int32>
optional
next_charge_date
string <date-time>
optional
bill_cycle_day
integer <int32>
optional
billing_interval_type
enum<string>Â
optional
Day
-Week
-Month
-Allowed values:
DayWeekMonth
billing_interval_value
integer <int32>
optional
is_autopay_enabled
booleanÂ
optional
signup_date
string <date-time>
optional
on_contract_expiry
enum<string>Â
optional
ContractExpire
-ContractAutoRenew
-ContractConvertsToPayAsYouGo
-Allowed values:
ContractExpireContractAutoRenewContractConvertsToPayAsYouGo
freeze_type
enum<string>Â
optional
NoFreeze
-FreeFreeze
-PaidFreeze
-Allowed values:
NoFreezeFreeFreezePaidFreeze
is_transferable
booleanÂ
optional
minimum_days_for_transfer
integer <int32>
optional
recurring_template_recurring_services
array[object (RecurringTemplateRecurringServicesResponse) {8}]  | nullÂ
optional
non_recurring_template_recurring_services
array[object (RecurringTemplateRecurringServicesResponse) {8}]  | nullÂ
optional
primary_payment_method
object (GetClientPaymentTokenResponse)Â
optional
secondary_payment_method
object (GetClientPaymentTokenResponse)Â
optional
upgrade_allowed_days
integer <int32>
optional
total_amount_minor_currency
integer <int64>
optional
upgrade_from_clt_subs_id
integer <int64>
optional
upgrade_to_clt_subs_id
integer <int64>
optional
access_tenant_in
string  | nullÂ
optional
is_presale
booleanÂ
optional
track_mode
enum<string>Â
optional
StaffWebApp
-StaffMobileApp
-ClientMobileApp
-ClientPurchasePortal
-ClientWebsiteWidget
-FFMavrick
-ClientWebSignup
-FFHangfireJob
-Widget
-Allowed values:
StaffWebAppStaffMobileAppClientMobileAppClientPurchasePortalClientWebsiteWidgetFFMavrickClientWebSignupFFHangfireJobWidget
allow_cross_tenant_access
booleanÂ
optional
Example
{
"items": [
{
"id": 0,
"client_id": 0,
"company_id": 0,
"tenant_id": 0,
"plan_id": 0,
"state": "InActive",
"status": "Future",
"scheduled_cancellation_date": "2019-08-24T14:15:22Z",
"name_primary_language": "string",
"name_secondary_language": "string",
"description_primary_language": "string",
"description_secondary_language": "string",
"subscription_category": "PayAsYouGo",
"recurring_revenue": 0,
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"contract_term": 0,
"next_charge_date": "2019-08-24T14:15:22Z",
"bill_cycle_day": 0,
"billing_interval_type": "Day",
"billing_interval_value": 0,
"is_autopay_enabled": true,
"signup_date": "2019-08-24T14:15:22Z",
"on_contract_expiry": "ContractExpire",
"freeze_type": "NoFreeze",
"is_transferable": true,
"minimum_days_for_transfer": 0,
"recurring_template_recurring_services": [
{
"service_id": 0,
"service_category_id": 0,
"service_type_name_primary_language": "string",
"service_type_name_secondary_language": "string",
"service_sessions": 0,
"service_behaviour": "MemberShip",
"service_is_base_membership": true,
"service_session_owner_id": 0
}
],
"non_recurring_template_recurring_services": [
{
"service_id": 0,
"service_category_id": 0,
"service_type_name_primary_language": "string",
"service_type_name_secondary_language": "string",
"service_sessions": 0,
"service_behaviour": "MemberShip",
"service_is_base_membership": true,
"service_session_owner_id": 0
}
],
"primary_payment_method": {
"id": 0,
"level1": "Cash",
"level2": "Cash",
"network_type": "string",
"masked_card_number": "string",
"masked_account_number": "string",
"upi_provider": "string",
"vpa_id": "string",
"expiry_date": "2019-08-24T14:15:22Z",
"token_status": "iniitiated",
"bank_name": "string",
"pay_to_details": "string",
"token_account_holder_name": "string",
"token_alias_type": "string",
"token_alias_type_id": "string",
"token_account_type": "string",
"is_apple_pay_or_google_pay": true
},
"secondary_payment_method": {
"id": 0,
"level1": "Cash",
"level2": "Cash",
"network_type": "string",
"masked_card_number": "string",
"masked_account_number": "string",
"upi_provider": "string",
"vpa_id": "string",
"expiry_date": "2019-08-24T14:15:22Z",
"token_status": "iniitiated",
"bank_name": "string",
"pay_to_details": "string",
"token_account_holder_name": "string",
"token_alias_type": "string",
"token_alias_type_id": "string",
"token_account_type": "string",
"is_apple_pay_or_google_pay": true
},
"upgrade_allowed_days": 0,
"total_amount_minor_currency": 0,
"upgrade_from_clt_subs_id": 0,
"upgrade_to_clt_subs_id": 0,
"access_tenant_in": "string",
"is_presale": true,
"track_mode": "StaffWebApp",
"allow_cross_tenant_access": true
}
]
}
Modified at 2025-03-21 07:23:14