📄
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

Cập nhật profile

API URL

POST /api/v3/profiles/update/{profile_id}

Post data

{
    "profile_name" : "NAME_OF_PROFILE",
    "group_id": 1,
    "raw_proxy" : "",
    "startup_urls": "",
    "note": "",
    "color": "COLOR_HEX",
    "user_agent": "auto",
    "is_noise_canvas": false,
    "is_noise_webgl": false,
    "is_noise_client_rect": false,
    "is_noise_audio_context": true
}

Giải thích các thông số: Các thông số không bắt buộc hoặc không muốn thay đổi không cần cho vào post data

Tên trường
Bắt buộc
Mô tả

name

Có

Tên của profile

group

Không

Tên của group

raw_proxy

Không

HTTP proxy| IP:Port:User:Pass Socks5| socks5://IP:Port:User:Pass TMProxy| tm://API_KEY|True,False TinProxy| tin://API_KEY|True,False TinsoftProxy| tinsoft://API_KEY|True,False

startup_urls

Không

Url 1, Url 2, Url 3

note

không

Ghi chú

color

Không

Mã hex màu profile

user_agent

Không

"auto" hoặc tự điền

is_noise_canvas

Không

Xem chi tiết tại API tạo profile

is_noise_webgl

Không

Xem chi tiết tại API tạo profile

is_noise_client_rect

Không

Xem chi tiết tại API tạo profile

is_noise_audio_context

Không

Xem chi tiết tại API tạo profile

Reponse

{
    "success": true,
    "message": "OK",
    "data": {}
}

Last updated 29 days ago