Comment on IP
The comment on IP API allows users to add a comment to a specific proxy in the system.
Endpoint:
POSThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/proxy/comment/set
Path parameters
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key (how to get) |
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. |
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/proxy/comment/setResponse
{
"status": "success",
"data": {
"updated": 1
},
"errors": []
}IP not found
{
"status": "error",
"data": null,
"errors": [
{
"message": "IP not found",
"code": 0,
"customData": null
}
]
}