Skip to main content

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

NameTypeRequired
x-api-keystringYes
x-api-secretstringYes

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

Responses

Webhook Events

Schema

messagestringA status or confirmation message from the server.

Sample Response

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