WifiProfile API
API quản lý wifi profile
Lấy danh sách WifiProfile của merchant
GET {{base_url}}/wifi_profiles
Cho phép lấy danh sách wifi profile của merchant
Query Parameters
Name
Type
Description
merchant_slug
string
tên merchant
page
string
trang hiện tại
page_limit
string
giới hạn số bản ghi trả về
Headers
Name
Type
Description
Authentication
string
Bearer <access_token>
{
"status": 200,
"message": "page: 1, page_limit: 3, total shops: 3",
"data": [
]
}{
"status_code": "401",
"message": "access_token not found! Please contact CRMX at support@crmx.com.vn for help"
}{
"status": 404,
"message": "merchant_slug required!"
}Last updated
Was this helpful?