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
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. |
Response
Last updated