This sender's connection with a profile: status (not_connected / pending / connected), connection degree, whether it is an open profile, and whether the sender can message or invite them. A read; no profile view is registered and no cap is used.
Authorization
bearerAuth An API key created under Settings → API & Webhooks.
In: header
Path Parameters
The profile's public identifier (username), e.g. "john-doe".
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/accounts/string/connections/string"{ "data": { "profileUrl": "string", "publicIdentifier": "string", "status": "not_connected", "degree": 1, "openProfile": true, "canMessage": true, "canInvite": true, "checkedAt": "2019-08-24T14:15:22Z" }}Search people in the database POST
Search the people database by named filters. At least one filter is required; unknown filter keys are rejected. Array filters match any of their values; text filters are fuzzy. Every result returned consumes workspace AI credits. Paginate by passing the returned `nextCursor` back as `cursor` (filters must stay identical between pages).
Comment on the lead's last post POST
Comment on the lead's most recent LinkedIn post from this sender account with the exact text you provide. Counts against the sender's daily post-comment cap. Returns 422 when the lead has no recent post.