← Back to API Reference overview

Links

Endpoints for managing shortened links in Linkbreakers. These endpoints allow you to create, retrieve, list, and delete shortened links for your workspace.

Shortcut: ⌘K
GET/v1/links/{linkId}/lead-score-explanation/{eventId}Requires auth

#Get lead score explanation

Generates an AI-powered explanation for a lead score result based on event data.

#Parameters

path parameters

linkId

stringRequiredpath

eventId

stringRequiredpath

#Response

200

Everything worked as expected.

breakdown

object

explanation

string

leadScore

integer (int32)

recurringScans

integer (int32)

#Error response

All endpoints may return an unexpected error payload when a request cannot be processed.

error

objectRequired

Wrapped error response.

PATCH/v1/links/{linkId}/lead-score-feedback/{eventId}Requires auth

#Update lead score feedback

Updates the feedback score and comment for a lead scoring analysis.

#Parameters

path parameters

linkId

stringRequiredpath

eventId

stringRequiredpath

#Request body

feedbackComment

string

feedbackScore

integer (int32)

Score from 0 to 10 rating the lead scoring accuracy

#Response

200

Everything worked as expected.

feedbackComment

string

feedbackScore

integer (int32)

success

boolean

#Error response

All endpoints may return an unexpected error payload when a request cannot be processed.

error

objectRequired

Wrapped error response.