API Reference/Endpoints
Restart an account
POST/api/linkedin/gateway/accounts/{account_id}/restart
Kicks the background sources behind a frozen or unresponsive account back into life, without tearing down and re-establishing its session the way a reconnect would.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Response fields
Check
object even on a 200 — a failed restart isn't surfaced as an error status.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No account with that id exists upstream.