- 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
- 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
Get subscription plans
GET
/open/companies/{company_uuid}/tenants/{tenant_uuid}/online_signup/subscription_plans
Online Signup
Request
Path Params
company_uuid
stringÂ
required
tenant_uuid
stringÂ
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 '/open/companies//tenants//online_signup/subscription_plans'
Responses
🟢200OK
text/plain
Body
items
array[object (PlanMasterListOpenApi) {28}]  | nullÂ
optional
id
integer <int32>
optional
company_uuid
string  | nullÂ
optional
tenant_uuid
string  | nullÂ
optional
status
enum<string>Â
optional
InActive
-Active
-Allowed values:
InActiveActive
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
billing_interval_type
enum<string>Â
optional
Day
-Week
-Month
-Allowed values:
DayWeekMonth
billing_interval_value
integer <int32>
optional
bill_cycle_day
string  | nullÂ
optional
contract_term
integer <int32>
optional
available_on_website_widgits
integer <int32>
optional
feature_is_signup_fee_required
booleanÂ
optional
signup_charge_master_ids
array[object (PlanChargeMasterListOpenApi) {7}]  | nullÂ
optional
recurring_services_in_minor_currency
integer <int64>
optional
non_recurring_services_in_minor_currency
integer <int64>
optional
on_contract_expiry
enum<string>Â
optional
ContractExpire
-ContractAutoRenew
-ContractConvertsToPayAsYouGo
-Allowed values:
ContractExpireContractAutoRenewContractConvertsToPayAsYouGo
min_days_req_for_cancel
integer <int32>
optional
suprema_group_id
string  | nullÂ
optional
is_addons
booleanÂ
optional
access_tenant_in
string  | nullÂ
optional
deposit_occurence
array[object (DepositOccurence) {2}]  | nullÂ
optional
is_recurring_first_time_charge
booleanÂ
optional
is_signup_charge_first_time
booleanÂ
optional
is_nonrecurring_first_time_charge
booleanÂ
optional
allow_cross_tenant_access
booleanÂ
optional
Example
{
"items": [
{
"id": 0,
"company_uuid": "string",
"tenant_uuid": "string",
"status": "InActive",
"name_primary_language": "string",
"name_secondary_language": "string",
"description_primary_language": "string",
"description_secondary_language": "string",
"subscription_category": "PayAsYouGo",
"billing_interval_type": "Day",
"billing_interval_value": 0,
"bill_cycle_day": "string",
"contract_term": 0,
"available_on_website_widgits": 0,
"feature_is_signup_fee_required": true,
"signup_charge_master_ids": [
{
"id": 0,
"category_id": 0,
"amount_in_minor_currency": 0,
"charge_category_name_pri_lang": "string",
"charge_category_name_sec_lang": "string",
"charge_master_name_pri_lang": "string",
"charge_master_name_sec_lang": "string"
}
],
"recurring_services_in_minor_currency": 0,
"non_recurring_services_in_minor_currency": 0,
"on_contract_expiry": "ContractExpire",
"min_days_req_for_cancel": 0,
"suprema_group_id": "string",
"is_addons": true,
"access_tenant_in": "string",
"deposit_occurence": [
{
"occurence_to_apply": 0,
"occurence_type": "None"
}
],
"is_recurring_first_time_charge": true,
"is_signup_charge_first_time": true,
"is_nonrecurring_first_time_charge": true,
"allow_cross_tenant_access": true
}
]
}
🟠400Bad Request
Modified at 2025-03-21 07:23:14