- Introduction
- Quickstart
- Webhooks
- Campaign
- Class
- Client
- Retrieves all client for a TenantGET
- Creates a new clientPOST
- Gets client by IDGET
- Gets clients birthday listGET
- Gets clients at riskGET
- Gets client mandatory fieldsGET
- Adds client to blacklistPOST
- Removes client from blacklistPOST
- Updates client detailsPUT
- Used for partial updates of client detailsPATCH
- Changes client representativePOST
- Lists prospectsGET
- Lists ex-clientsGET
- Resets client passwordPOST
- Changes client representative for multiple clientsPOST
- Lists prospect effective date historyGET
- Transfers prospectPOST
- 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 company details
GET
/open/companies/{company_uuid}
Company
Request
Path Params
company_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/'
Responses
🟢200OK
text/plain
Body
id
integer <int32>
optional
uuid
string  | nullÂ
optional
account_manager
object (GetAccountManagerResponse)Â
optional
id
integer <int32>
optional
name
string  | nullÂ
optional
picture
string  | nullÂ
optional
phone_number
string  | nullÂ
optional
email
string  | nullÂ
optional
description
string  | nullÂ
optional
timing
array[object (ListAccountManagerTimingResponse) {4}]  | nullÂ
optional
status
enum<string>Â
optional
InActive
-Active
-SuspendedDueToNonPayment
-CancelledDueToNonPayment
-Allowed values:
InActiveActiveSuspendedDueToNonPaymentCancelledDueToNonPayment
ff_package_template_name
string  | nullÂ
optional
logo
string  | nullÂ
optional
member_portal_url
string  | nullÂ
optional
reservation_portal_url
string  | nullÂ
optional
purchase_portal_url
string  | nullÂ
optional
app_type
enum<string>Â
optional
FFBranded
-WhiteLable
-Allowed values:
FFBrandedWhiteLable
created_by
integer <int32>
optional
created_date
string <date-time>
optional
updated_by
integer <int32>
optional
updated_date
string <date-time>
optional
ff_package_template_id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
subdomain
string  | nullÂ
optional
purchase_portal_enable
booleanÂ
optional
member_portal_enable
booleanÂ
optional
member_app_android_link
string  | nullÂ
optional
member_app_ios_link
string  | nullÂ
optional
primary_language
string  | nullÂ
optional
is_secondary_language
booleanÂ
optional
secondary_language
string  | nullÂ
optional
email_id
string  | nullÂ
optional
website
string  | nullÂ
optional
phone1
string  | nullÂ
optional
phone2
string  | nullÂ
optional
address1
string  | nullÂ
optional
address2
string  | nullÂ
optional
about_us_primary_language
string  | nullÂ
optional
about_us_secondary_language
string  | nullÂ
optional
is_privacy_policy_url
booleanÂ
optional
is_terms_of_service_url
booleanÂ
optional
privacy_policy
string  | nullÂ
optional
terms_of_service
string  | nullÂ
optional
privacy_policy_url
string  | nullÂ
optional
terms_of_service_url
string  | nullÂ
optional
suspended_by
integer <int32>
optional
suspended_date
string <date-time>
optional
cancelled_by
integer <int32>
optional
cancelled_date
string <date-time>
optional
supported_languages
array[string]Â |Â nullÂ
optional
suspension_reason
string  | nullÂ
optional
cancelled_reason
string  | nullÂ
optional
allow_remote_fflogin
booleanÂ
optional
memberapp_primary_theme_colour
string  | nullÂ
optional
memberapp_primary_medium_theme_colour
string  | nullÂ
optional
memberapp_primary_light_theme_colour
string  | nullÂ
optional
memberapp_primary_disabled_theme_colour
string  | nullÂ
optional
memberapp_primary_dark_theme_colour
string  | nullÂ
optional
appliction_theme
string  | nullÂ
optional
allowed_domains
string  | nullÂ
optional
support_number
string  | nullÂ
optional
Example
{
"id": 0,
"uuid": "string",
"account_manager": {
"id": 0,
"name": "string",
"picture": "string",
"phone_number": "string",
"email": "string",
"description": "string",
"timing": [
{
"day": 0,
"start_time": "string",
"end_time": "string",
"is_holiday": true
}
]
},
"status": "InActive",
"ff_package_template_name": "string",
"logo": "string",
"member_portal_url": "string",
"reservation_portal_url": "string",
"purchase_portal_url": "string",
"app_type": "FFBranded",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z",
"ff_package_template_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"subdomain": "string",
"purchase_portal_enable": true,
"member_portal_enable": true,
"member_app_android_link": "string",
"member_app_ios_link": "string",
"primary_language": "string",
"is_secondary_language": true,
"secondary_language": "string",
"email_id": "string",
"website": "string",
"phone1": "string",
"phone2": "string",
"address1": "string",
"address2": "string",
"about_us_primary_language": "string",
"about_us_secondary_language": "string",
"is_privacy_policy_url": true,
"is_terms_of_service_url": true,
"privacy_policy": "string",
"terms_of_service": "string",
"privacy_policy_url": "string",
"terms_of_service_url": "string",
"suspended_by": 0,
"suspended_date": "2019-08-24T14:15:22Z",
"cancelled_by": 0,
"cancelled_date": "2019-08-24T14:15:22Z",
"supported_languages": [
"string"
],
"suspension_reason": "string",
"cancelled_reason": "string",
"allow_remote_fflogin": true,
"memberapp_primary_theme_colour": "string",
"memberapp_primary_medium_theme_colour": "string",
"memberapp_primary_light_theme_colour": "string",
"memberapp_primary_disabled_theme_colour": "string",
"memberapp_primary_dark_theme_colour": "string",
"appliction_theme": "string",
"allowed_domains": "string",
"support_number": "string"
}
🟠400Bad Request
🟠404Record Not Found
Modified at 2025-03-21 07:23:14