Switch to Internal Proxy
POST /api/v1/switch_to_internal
This endpoint switches a LinkedIn account’s proxy from a customer-supplied proxy to an internal proxy. This operation is chargeable and selects a new 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"
}