← 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

The ID of the link (UUID)

eventId

stringRequiredpath

The ID of the event for which to generate the explanation (UUID)

#Response

200

Everything worked as expected.

breakdown

object

Breakdown of lead scoring factors

explanation

string

Detailed explanation of how the lead score was calculated

leadScore

integer (int32)

The lead score that was calculated for this event

recurringScans

integer (int32)

Number of recurring scans from this device+link combination

#Error response

400-599

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

error

objectRequired

Wrapped error response.