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/api/v1/{YourApiKey}/proxy/comment/set

Example

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/proxy/comment/set

Path parameters

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

Request body

NameTypeDescription

ids

Number

A single ID or an array of IDs in '[ ]', separated by commas.

comment

String

The comment you want to add.

Response

{
    "status": "success",
    "data": {
        "updated": 1
    },
    "errors": []
}

Last updated