This endpoint allows you to modify authentication data for accessing the proxy server.
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/auth/change
{
"status": "success",
"data": {
"id": "66decee1e4b0c423139280d9",
"active": true,
"login": "abcdef111",
"password": "fedcba111",
"orderNumber": "2000096_20240080"
},
"errors": []
}
{
"status": "success",
"data": {
"id": "66decee1e4b0c423139280d9",
"active": true,
"ip": "127.0.0.1",
"orderNumber": "2000096_20240080"
},
"errors": []
}
Authorization not found
{
"status": "error",
"data": null,
"errors": [
{
"message": "Set exists [id]",
"code": 0,
"customData": null
}
]
}