Get started

Api host: https://matfb.net

Truy cập https://matfb.net/thong-tin-tai-khoan để lấy api token

Luôn gửi kèm trên header "Authorization: Bearer token" khi gọi api

Danh mục dịch vụ

Method: GET
https://matfb.net/api/categories


Danh sách dịch vụ

Method: GET
https://matfb.net/api/products


Query parameters

Field Type Required Description
category_id number Lấy từ api danh mục dịch vụ
is_active bit 0 hoặc 1

Chi tiết dịch vụ

Method: GET
https://matfb.net/api/products/{id}


Danh sách server

Method: GET
https://matfb.net/api/product_variants


Query parameters

Field Type Required Description
product_id number Lấy từ api danh sách dịch vụ
is_active bit 0 hoặc 1

Api tạo đơn hàng

Method: POST
https://matfb.net/api/orders


Request body

Field Type Required Description
uid string x Link hoặc uid
variant_id number x Lấy từ api danh sách server
quantity number x Số lượng
execution_time number Thời gian chạy, bắt buộc đối với dịch vụ có type=BY_TIME (Danh sách dịch vụ), giá trị tự nhập hoặc bắt buộc chọn từ time_option(Danh sách dịch vụ) nếu có
note string Ghi chú

Danh sách trạng thái đơn hàng

Method: GET
https://matfb.net/api/order_status


Danh sách đơn hàng

Method: GET
https://matfb.net/api/orders


Query parameters

Field Type Required Description
keyword string Tìm theo UID hoặc mã đơn hàng
product_id number Tìm theo dịch vụ (lấy từ api Danh sách dịch vụ)
status string Tìm theo trạng thái (lấy code từ api Danh sách trạng thái đơn hàng)

Chi tiết đơn hàng

Method: GET
https://matfb.net/api/orders/{id}


Thông tin tài khoản

Method: GET
https://matfb.net/api/user/_me


Lịch sử thay đổi số dư

Method: GET
https://matfb.net/api/user/wallet_histories


Mã lỗi

API sử dụng các mã lỗi sau

Error Code Meaning
401 Token không có hiệu lực
403 Token không có quyền truy cập
400 Body hoặc query không đúng định dạng
404 Sai link api hoặc không tìm thấy dữ liệu
500 Ngoại lệ khác