Accounts
POST
/accounts/{id}/checkpoint/resend

Ask LinkedIn to send the pending challenge again — a fresh emailed or texted code, or a new approval push to the mobile app. 400 with checkpoint_no_resend when the pending type has nothing to re-send (a captcha, a phone step), or checkpoint_expired when the five-minute window already closed.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/accounts/string/checkpoint/resend"
{  "data": {    "ok": true  },  "checkpoint": {    "type": "2FA",    "input": "code",    "requestedAt": "2019-08-24T14:15:22Z",    "expiresAt": "2019-08-24T14:15:22Z",    "expired": true,    "canResend": true,    "canTryAnotherWay": true  }}