📄
GPM-Login document
  • Browser fingerprint
    • Địa chỉ IP
    • Timezone
    • Geo location
    • WebRTC IP
    • Hardware: Canvas
    • Hardware: WebGL
    • Hardware: Audio
    • Hardware: CPU,RAM
    • Software:User agent
    • Software: Screen
    • Software: Font
    • Software: Hệ điều hành
    • TCP/IP Fingerprint
  • API document
    • Danh sách profiles
    • Lấy thông tin profile
    • Tạo profile
    • Mở profile
    • Đóng profile
    • Cập nhật profile
    • Xóa profile
    • Danh sách nhóm
  • None-code automation
    • Các block
    • Programming
    • Navigation
    • Element
    • Mouse
    • Keyboard
    • Scroll
    • Other
    • Helper
  • Lỗi thường gặp
    • Không nhận thông số fake
    • Bị xóa file thực thi exe
    • Không kết nối được Proxy / Socks5
    • Profile không lưu dữ liệu
    • Lỗi liên quan cookie
    • Báo đỏ ở một số trang check
    • Không upload được profile lưu tại host
    • Xử lý lỗi: The network location cannot be reached
    • Private server: Tài khoản đang được đăng nhập ở một nơi khác
    • Tài khoản bị logout khỏi google
Powered by GitBook
On this page
  1. API document

Danh sách nhóm

API URL

GET: /api/v3/groups

Response

{
    "success": true,
    "data": [
        {
            "id": 1,
            "name": "All",
            "sort": 1,
            "created_by": -1,
            "created_at": "2023-11-13T15:50:35.6516111-08:00",
            "updated_at": "2023-11-13T15:50:35.6516111-08:00"
        }
    ],
    "message": "OK"
}

Last updated 1 year ago