Skip to main content

Check Proxy Status and Reactivate

POST /api/v1/proxy_status

This endpoint checks the status of a proxy associated with a LinkedIn account. If the proxy is in an error state and reactivate is set to true, it attempts to restore it to active status.

Headers

NameTypeRequired
x-api-keystringYes
x-api-secretstringYes

Request Body

Schema

accountIdstringrequiredThe unique identifier of the WeLink account.
reactivatebooleanrequiredBoolean to reactivate a suspended proxy.

Sample Request

{
"accountId": "string",
"reactivate": false
}

Responses

Webhook Events

Schema

messagestringA status or confirmation message from the server.

Sample Response

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