WellnessLiving API (UAT) - v1.2026-02
  1. location
WellnessLiving API (UAT) - v1.2026-02
  • WellnessLiving API - [Feb-2026]
  • Auth
    • Authentication
  • appointment
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/service
    • /v1/appointment/book/finish
    • /v1/appointment/book/finish
    • /v1/appointment/book/payment/paymentPost
    • /v1/appointment/book/product
    • /v1/appointment/book/schedule/calendar
    • /v1/appointment/book/schedule/day-time
    • /v1/appointment/book/service/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • book-process
    • /v1/book/process/info
    • /v1/book/process/payment
    • /v1/book/process/purchase
    • /v1/book/process/purchase/element/list
  • business-data
    • /v1/business
    • /v1/business/franchise/location
    • /v1/business/skin
  • catalog
    • /v1/catalog/list
    • /v1/catalog/staff/catalog/list
  • classes
    • /v1/classes/list
    • /v1/classes/promotion
    • /v1/classes/view/element
  • collector-debt
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • drive
    • /v1/drive/product/image/upload
  • ecommerce
    • /v1/ecommerce/order/sync
  • event
    • /v1/event/book/list
    • /v1/event/book/view/element
    • /v1/event/list
  • lead
    • /v1/lead/info
    • /v1/lead/info
  • location
    • /v1/location/list
      GET
    • /v1/location/view
      GET
  • login
    • /v1/login/attendance/list
    • /v1/login/search/settings
    • /v1/login/search/settings
    • /v1/login/search/staff-app/list
  • member
    • /v1/member/info
  • profile
    • /v1/profile/contract
    • /v1/profile/create
    • /v1/profile/fields
    • /v1/profile/purchase/list
    • /v1/profile/purchase/list/element
  • promotion
    • /v1/promotion
    • /v1/promotion/list
  • purchase
    • /v1/purchase/receipt
  • report
    • /v1/report/data
    • /v1/report/query
  • report-dev
    • /v1/report/customization-form
    • /v1/report/filter-info
  • schedule
    • /v1/schedule/class/list
    • /v1/schedule/class/view
    • /v1/schedule/class/view
    • /v1/schedule/page/element
    • /v1/schedule/page/list
    • /v1/schedule/tab
  • shop
    • /v1/shop/category
  • staff
    • /v1/staff/list
    • /v1/staff/view
  • user
    • /v1/user
  • visit
    • /v1/visit/status
  1. location

/v1/location/view

GET
/v1/location/view
GET /v1/location/view
Retrieves detailed information about a specific business location, including address, contact details, logo metadata, amenities, operating hours, and various classification attributes.

Authentication#

Expects a valid WellnessLiving auth context (e.g., via TOKEN or gateway auth) as configured at the collection or environment level.
This request itself does not override or define authentication; it inherits auth from its parent collection/folder.

Query Parameters#

id_region (number, required)
Region identifier used to scope or filter the location context.
Example: 2.
k_business (string/ID, required)
Business key identifying the parent business (tenant).
Example: 49197.
k_location (string/ID, required)
Location key identifying the individual business location to retrieve.
Example: 315968.
i_logo_height (number, optional)
Desired logo height (in pixels) for generated/returned logo URLs.
Example: 100.
i_logo_width (number, optional)
Desired logo width (in pixels) for generated/returned logo URLs.
Example: 220.

Successful Response (200)#

The response body contains metadata for the requested location. Key fields include:
status (string)
Overall status of the call; example: "ok".
s_version (string)
Internal version or revision identifier for this location payload.
a_age (array of strings)
Age groups supported or targeted by this location.
a_amenities (array of strings)
Amenity identifiers available at this location.
a_level (array)
Level/classification data for the location (empty in the sample).
a_logo (object)
Logo configuration for the location.
is_empty (boolean): false if a logo is present.
k_business, k_location: IDs associated with the logo.
a_image (object): image metadata and URLs.
i_height, i_width: returned image dimensions.
i_height_src, i_width_src: original image dimensions.
id_type_src: source image type identifier.
is-resize (boolean): indicates whether the image was resized.
url-view: URL for viewing the logo.
url-thumbnail: URL for a thumbnail version of the logo.
i_height, i_width: requested/target dimensions applied to the logo.
s_url: primary logo URL.
a_slide (array)
Slide/image carousel data (empty in the sample).
a_work (object)
Weekly operating hours for the location, keyed by day of week (1–7).
Each key contains an array of intervals with:
s_start: start time (HH:MM:SS).
s_end: end time (HH:MM:SS).
f_latitude, f_longitude (numbers)
Geolocation of the business location.
html_description_full (string)
Full HTML description of the location.
html_description_preview (string)
Short/preview HTML description.
id_industry (number)
Industry identifier for this business.
is_phone (boolean)
Indicates whether a phone number is available.
is_top_choice (boolean)
Flags this location as a "top choice" in UI/marketing contexts.
k_business (string/ID)
Business key associated with this location.
k_business_type (string/ID)
Business type identifier.
k_timezone (string/ID)
Internal timezone key for this location.

Address & Contact#

s_address (string)
Street address (e.g., "901 W Washington Blvd").
s_map (string)
Formatted address string for map display.
s_phone (string)
Contact phone number (e.g., "+13128501785").
s_timezone (string)
Timezone string (e.g., "America/Argentina/Salta").
s_title (string)
Location display name (e.g., "Barbie 1").
text_address_individual (string)
Address line used in individual/compact displays.
text_alias (string)
Location alias/slug (e.g., "barbieland").
text_business_type (string)
Human-readable business type (e.g., "Yoga Studio").
text_city (string)
text_country (string)
text_postal (string)
text_region (string)
text_region_code (string)

Industry & Communication#

text_industry (string)
Human-readable industry name (e.g., "Affiliate Gym").
text_mail (string)
Primary contact email address.

URLs & Social Profiles#

url_facebook, url_instagram, url_linkedin, url_twitter, url_youtube (strings)
Social media profile URLs (empty in the sample).
url_map (string)
Link to a map view for this location.
url_microsite (string)
Microsite URL for the location.
url_site (string)
Main website URL (may be empty).
url_web (string)
Web scheduling or booking URL.

Miscellaneous#

__a_message (array of strings)
Internal or diagnostic message codes related to business policies or configuration.
This endpoint is typically used wherever the application needs to render a single location’s full profile (branding, address, hours, industry metadata, and external links) for the specified business and region.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/location/view?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}&i_logo_height=100&i_logo_width=220' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}
Modified at 2026-02-26 17:13:05
Previous
/v1/location/list
Next
/v1/login/attendance/list
Built with