API Reference/Endpoints
Reconnect an account
POST/api/linkedin/gateway/accounts/{account_id}
Re-authenticates an account that already exists in Warmably but has fallen out of its session — fresh credentials go in, the same account_id comes back out.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
Send either
username/password or access_token — never both. A reconnect can still land on a checkpoint; resend it with Resend checkpoint notification if needed.Errors
·401 Unauthorized. The key is missing/rotated, or the supplied credentials were rejected.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No account with that id exists upstream.