API Reference/Endpoints
Get raw data from any route
POST/api/linkedin/gateway/linkedin
An escape hatch for reaching a specific linkedin.com endpoint that neither Warmably nor the LinkedIn engine underneath it has wrapped in a dedicated route yet. You supply a full URL — typically copied out of your browser's network tab while using LinkedIn directly — and it's replayed from the connected account's session.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Response fields
This is a deliberately low-level route — the shape of
data is entirely up to whatever endpoint you point it at, and LinkedIn can change or remove those endpoints without notice. Reach for one of the dedicated endpoints above whenever one covers what you need.Errors
·400 Bad Request. account_id or request_url is missing, or request_url isn't under https://www.linkedin.com/.·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.