Change authorization
This endpoint allows you to modify authentication data for accessing the proxy server.
Endpoint:
POST
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/auth/change
Example
Path parameters:
Name
Value
Description
Request body
Name
Type
Description
id
String
id: Authorization ID (required)
active
Boolean
Activate or deactivate authorization
login
String
Set a new username
password
String
Set a new password
ip
String
Set new ip
Response
Last updated