Rotate Internal Proxy
POST /api/v1/rotate_internal_proxy
This API initiates a proxy rotation for a LinkedIn account. This is a chargeable operation and assigns a new internal proxy based on the specified location.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
locationstringrequiredCountry code for the proxy location (e.g. "US").
Sample Request
{
"accountId": "string",
"location": "string"
}