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

NameTypeDescription

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

NameTypeDescription

Authentication

string

Bearer <access_token>

{
    "status": 200,
    "message": "page: 1, page_limit: 3, total shops: 3",
    "data": [
        
        ]
}

Last updated