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
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
reactivatebooleanrequiredBoolean to reactivate a suspended proxy.
Sample Request
{
"accountId": "string",
"reactivate": false
}