WellnessLiving API (v1)
  1. Profile
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
    • /v1/business/skin
  • 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
      GET
    • /v1/profile/contract
      GET
    • /v1/profile/purchase/list/element
      GET
  • 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. Profile

/v1/profile/contract

Testing
GET
https://uat-api.wellnessliving.io/v1/profile/contract
This endpoint retrieves the profile contract details based on the provided parameters.

Request#

Parameters:
id_region (integer): The ID of the region.
k_business (integer): The business key.
k_location (integer): The location key.
uid (integer): The user ID.
id_purchase_item (integer): The ID of the purchase item.
k_id (integer): The key ID.

Response#

Status: 200
Content-Type: application/json
The response for this request is a JSON schema that represents the profile contract details.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

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/profile/contract?id_region=2&k_business=49197&k_location=315968&uid=2720946&id_purchase_item=1&k_id=2150041' \
--header 'Content-Type: text/plain' \
--data-raw ''

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-10 13:09:34
Previous
/v1/profile/purchase/list
Next
/v1/profile/purchase/list/element