Skip to main content

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

NameTypeRequired
x-api-keystringYes
x-api-secretstringYes

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"
}

Responses

Webhook Events

Schema

messagestringA status or confirmation message from the server.

Sample Response

{
"message": "string"
}
POST/api/v1/switch_to_customer
x-api-key
x-api-secret