,

Proxy Xoay 4G API

shape
shape
shape
shape
shape
shape
shape
shape

Kiểm tra tất cả keys

GET: https://proxygiare.vn/api/rotating-proxy/all-keys
HEADER: Authorization: Bearer {user_token}
Response:
            {
                "status": 200, // != 200 là lỗi
                "message": "Lấy danh sách key thành công",
                "data": [
                    {
                        "api_key": "438a0c73-64d5-46ef-b217-6b43c202f589",
                        "expired_at": "2022-09-12 15:03:32"
                    }
                ]
            }
                                    

Đổi IP của một Key

GET: https://proxygiare.vn/api/rotating-proxy/change-key-ip/62ee9b3b-edbb-452a-9968-628e56aa183b
Response:
                {
                    "status": 200,
                    "message": "Đổi IP thành công",
                    "data": []
                }
                                        

Gia hạn Key

POST: https://proxygiare.vn/api/rotating-proxy/renew-key
HEADER: Authorization: Bearer {user_token}
DATA JSON: {"api_key": a5de8506-63ea-403c-bbd4-968a3bb06562}
Response:
                {
                    "status": 200,
                    "message": "Gia hạn thành công",
                    "data": []
                }
                                        
{ }