WellnessLiving API (v1)
  1. Business
WellnessLiving API (v1)
  • WellnessLiving API
  • Auth
    • Authentication
  • Appointment
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • Business
    • /v1/business
      GET
    • /v1/business/skin
      GET
  • Classes
    • /v1/classes/list
    • /v1/classes/view/element
  • Collector
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • Drive
    • /v1/drive/product/image/upload
  • Event
    • /v1/event/book/list
    • /v1/event/list
    • /v1/event/book/view/element
  • Location
    • /v1/location/list
    • /v1/location/view
  • Login
    • /v1/login/search/settings
    • /v1/login/search/staff-app/list
    • /v1/login/search/settings
  • Member
    • /v1/member/info
  • Profile
    • /v1/profile/purchase/list
    • /v1/profile/contract
    • /v1/profile/purchase/list/element
  • Promotion
    • /v1/promotion/list
    • /v1/promotion
  • Purchase
    • /v1/purchase/receipt
  • Report
    • /v1/report/data
    • /v1/report/query
  • Schedule
    • /v1/schedule/class/list
    • /v1/schedule/page/list
    • /v1/schedule/tab
    • /v1/schedule/class/view
    • /v1/schedule/page/element
  • Shop
    • /v1/shop/category
  • Staff
    • /v1/staff/list
    • /v1/staff/view
  • User
    • /v1/user
  • Visit
    • /v1/visit/status
  1. Business

/v1/business

Testing
GET
https://uat-api.wellnessliving.io/v1/business
This endpoint retrieves information about a specific business based on the provided region and business ID.

Request#

Parameters:
id_region (integer): The ID of the region for which the business information is requested.
k_business (integer): The unique identifier of the business.

Response#

Status: 200
Content-Type: application/json
Upon a successful request, the server responds with a status code of 200 and a JSON object containing the following fields:
a_service_list (object): A list of available services offered by the business.
a_tip_predefine (array): An array of predefined tips.
id_category (integer): The category ID of the business.
id_currency (integer): The currency ID used by the business.
id_locale (integer): The locale ID of the business.
id_rank_type (integer): The rank type ID of the business.
id_region (integer): The region ID of the business.
is_apply_surcharge (boolean): Indicates whether surcharge is applicable.
is_franchise (boolean): Indicates whether the business is a franchise.
is_location_multiple (boolean): Indicates whether the business has multiple locations.
is_profile_timezone (boolean): Indicates whether the business supports profile timezone.
is_progress_client (boolean): Indicates whether client progress is supported.
is_progress_verify (boolean): Indicates whether progress verification is supported.
is_quiz_available (boolean): Indicates whether quizzes are available.
is_tip (boolean): Indicates whether tips are available.
is_tip_deny (boolean): Indicates whether tips are denied.
is_tip_sign (boolean): Indicates whether tips are to be signed.
k_business_franchisor (string): The franchisor identifier of the business.
k_business_token (string): The token associated with the business.
k_business_type (string): The type of the business.
k_currency (string): The currency used by the business.
s_reply_mail (string): The email for replies.
s_reply_name (string): The name for replies.
text_office_address (string): The office address of the business.
text_title (string): The title of the business.
url_facebook (string): The Facebook URL of the business.
url_google (string): The Google URL of the business.
url_instagram (string): The Instagram URL of the business.
url_linkedin (string): The LinkedIn URL of the business.
url_logo (string): The logo URL of the business.
url_logo_empty (string): The empty logo URL of the business.
url_twitter (string): The Twitter URL of the business.
url_website (string): The website URL of the business.
url_youtube (string): The YouTube URL of the business.
status (string): The status of the business.
s_version (string): The version of the business.
__a_message (array): An array of messages.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
id_region
string 
required
Example:
2
k_business
string 
required
Example:
49197

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 'https://uat-api.wellnessliving.io/v1/business?id_region=2&k_business=49197' \
--header 'Content-Type: text/plain' \
--data-raw ''

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
/v1/appointment/book/staff/list
Next
/v1/business/skin