GET
https://shopkeys.shop/api/v1/products/list?search=h241-clone-nuoi-box-phone-change-code-ve-mail-nam-2025-reg-phone-android-zin-all-live-ads-reg-tren-6-12-thang-veri-gmail-no-pass-com-no2fa
Response chứa:
id - ID sản phẩm
name - Tên sản phẩm
plans[] - Danh sách gói: id, name, price, sale_price, fields[]
Thông tin sản phẩm này:
Product ID:
6764
Slug:
h241-clone-nuoi-box-phone-change-code-ve-mail-nam-2025-reg-phone-android-zin-all-live-ads-reg-tren-6-12-thang-veri-gmail-no-pass-com-no2fa
Plans:
ID: 6773 - H241. CLONE NUÔI BOX PHONE + CHANGE CODE VỀ MAIL | NĂM 2025 | REG PHONE ANDROID | ZIN ALL | LIVE ADS | REG TRÊN 6 - 12 THÁNG | VERI GMAIL NO PASS .COM | NO2FA
Code mẫu:
curl "https://shopkeys.shop/api/v1/products/list" \
-H "X-API-Key: sk_live_your_api_key_here" \
-H "X-API-Secret: sk_secret_your_api_secret_here"
POST
https://shopkeys.shop/api/v1/orders/create
Request Body:
{
"items": [
{
"plan_id": 6773,
"quantity": 1,
"fields": {
"field_key": "field_value"
}
}
],
"coupon_code": ""
}
Các gói có thể mua:
ID: 6773
H241. CLONE NUÔI BOX PHONE + CHANGE CODE VỀ MAIL | NĂM 2025 | REG PHONE ANDROID | ZIN ALL | LIVE ADS | REG TRÊN 6 - 12 THÁNG | VERI GMAIL NO PASS .COM | NO2FA
7.000đ
Code mẫu:
curl -X POST "https://shopkeys.shop/api/v1/orders/create" \
-H "Content-Type: application/json" \
-H "X-API-Key: sk_live_your_api_key_here" \
-H "X-API-Secret: sk_secret_your_api_secret_here" \
-d '{"items":[{"plan_id":6773,"quantity":1}]}'
GET
https://shopkeys.shop/api/v1/orders/status?trans_id={trans_id}
Parameters:
trans_id - Mã giao dịch từ kết quả tạo đơn
Response chứa:
order - Thông tin đơn hàng
delivery.items - Nội dung giao hàng
status - pending, processing, completed, cancelled
Code mẫu:
curl "https://shopkeys.shop/api/v1/orders/status?trans_id=ORD123456" \
-H "X-API-Key: sk_live_your_api_key_here" \
-H "X-API-Secret: sk_secret_your_api_secret_here"