Comment on IP
The comment on IP API allows users to add a comment to a specific proxy in the system.
Endpoint:
POST
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/proxy/comment/set
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/comment/set
Response
{
"status": "success",
"data": {
"updated": 1
},
"errors": []
}
Path parameters
Name
Value
Description
Request body
Name
Type
Description
ids
Number
A single ID or an array of IDs in '[ ]', separated by commas.
comment
String
The comment you want to add.
Last updated