Tài liệu API

Tài liệu API

Tạo API Key và tích hợp WynMeta vào hệ thống của bạn

API Key

Dùng để xác thực các request API

Đang tải...

Không chia sẻ API Key. Nếu bị lộ, hãy tạo key mới ngay.

Xác thực

Thêm header X-API-Key vào mọi request:

Headers
X-API-Key: YOUR_API_KEY

Base URL

https://your-domain.com

API Endpoints

8
POST/api/getlink.php

Lấy link xác minh Meta Verified cho Facebook.

JSON
{
  "cookie": "datr=...; sb=...; c_user=100001234567890; xs=...",
  "num_links": 1
}
POST/api/uptick_fb.php

Gửi yêu cầu xác minh tích xanh Facebook.

JSON
{
  "cookie": "datr=...; sb=...; c_user=100001234567890; xs=...",
  "image_data": "base64_encoded_image_data",
  "document_type": "PASSPORT"
}
POST/api/uptick_ig.php

Gửi yêu cầu xác minh tích xanh Instagram.

JSON
{
  "cookie": "ds_user_id=12345678; sessionid=...; csrftoken=...",
  "image_data": "base64_encoded_image_data",
  "document_type": "PASSPORT"
}
POST/api/check_uptick_pricing.php

Kiểm tra chi phí trước khi thực hiện UpTick.

JSON
{
  "cookie": "datr=...; c_user=100001234567890; ...",
  "type": "fb"
}
GET/api/history.php?type=link&limit=10

Lấy lịch sử GetLink của tài khoản.

JSON
{
  "status": "success",
  "data": { "links": [{ "uid": "100001234567890", "cost": 10000, "is_free": 0, "created_at": "2026-01-01 10:30:00" }] }
}
GET/api/history.php?type=uptick_auto&limit=10

Lấy lịch sử UpTick Facebook.

JSON
{
  "status": "success",
  "data": { "uptick_auto": [{ "uid": "100001234567890", "status": "submitted", "cost": 20000, "created_at": "2026-01-01 10:30:00" }] }
}
GET/api/history.php?type=uptick_ig&limit=10

Lấy lịch sử UpTick Instagram.

JSON
{
  "status": "success",
  "data": { "uptick_ig": [{ "uid": "12345678", "status": "submitted", "cost": 20000 }] }
}
GET/api/auth/me.php

Lấy thông tin tài khoản đang đăng nhập.

JSON
{
  "status": "success",
  "user": { "id": 1, "username": "wynmeta", "balance": 100000, "role": "user" }
}

Mã trạng thái

200Thành công
400Request không hợp lệ
401Chưa xác thực hoặc API Key không đúng
402Số dư không đủ
403Không có quyền truy cập
429Quá nhiều request
500Lỗi hệ thống