API Reference/Endpoints
Resend checkpoint notification
POST/api/linkedin/gateway/accounts/checkpoint/resend
Asks the provider to send a stuck checkpoint's code again — a 2FA text, an OTP email, or an in-app approval — for when the first one expired or never showed up.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Response fields
This only re-triggers the notification — it doesn't change the checkpoint type. Submit whatever code arrives with
Submit a checkpoint code.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.