Switch to Customer-Supplied Proxy
POST /api/v1/switch_to_customer
This endpoint switches a LinkedIn account’s proxy from an internal proxy to a customer-supplied proxy using the provided proxy details.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
hoststringrequiredThe proxy server hostname or IP.
portnumberrequiredThe proxy server port number.
usernamestringrequiredProxy authentication username.
passwordstringrequiredThe LinkedIn account password.
Sample Request
{
"accountId": "string",
"host": "string",
"port": 0,
"username": "string",
"password": "string"
}