,

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/692f6fa9-567a-4ac6-9026-9cca61116e7c
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": e2c06d61-8e5b-4427-8c1f-de52c66d415a}
Response:
                {
                    "status": 200,
                    "message": "Gia hạn thành công",
                    "data": []
                }
                                        
{ }