Reset Proxy Password

Reset your proxy password by proxy id

POST https://api.net2proxy.com/api/client-auth/reset-password

Headers

Name
Type
Description

X-Api-Key*

String

Your API Key

Request Body

Name
Type
Description

client_auth_id*

Number

id of proxy

{
    "code": 200,
    "data": {
        "id": 1,
        "user_id": 1,
        "username": "tfGnBe",
        "password": "Rhkg0SBMUKAa",
        "is_active": true,
        "createdAt": "2022-12-26T10:35:42.952Z",
        "updatedAt": "2023-03-14T04:38:45.897Z"
    },
    "message": "Thành công",
    "success": true
}

Last updated