Skip to main content
GET
Get a Close lead journey

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required

Query Parameters

cursor
string
Maximum string length: 500
limit
integer
Required range: 1 <= x <= 100
kinds
string

Comma-separated journey kinds: web, communication, engagement, commerce, lifecycle, advertising, system.

close_lead_id
string
required

Close lead id, for example lead_6ANU.

Required string length: 1 - 200

Response

Success

close_lead_id
string
required
matched
boolean
required

Whether this Close lead resolved to at least one tracked Sapt visitor.

match_method
enum<string> | null
required

Strongest resolution signal used: an exact stamped Close id, normalized email/phone, or a single-candidate first-touch fbclid.

Available options:
close_lead_id,
identity,
fbclid,
null
visitor_ids
string[]
required

Every first-party browser/device included in the returned journey.

journey
object
required