API Reference/Endpoints
Create a hosted auth link
POST/api/linkedin/gateway/hosted/accounts/link
Generates a one-time URL that hands someone a ready-made login screen to connect or reconnect an account — no custom sign-in form to build. The link expires on its own and can be limited to a single use.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Response fields
Warmably only ever creates
LINKEDIN accounts through this flow — pass providers accordingly, or omit it to allow the default set.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key (reconnect links only).·404 Not Found. reconnect_account doesn't exist upstream.