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": [
]
}
Last updated
Was this helpful?