Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Provide your API key in the x-api-key header.

Path Parameters

identifier
string
required

The contact, as an email, a phone number, a LinkedIn profile URL or a CRM record id. URL-encode the value (+ in a phone number especially). A LinkedIn URL can also be passed as its bare vanity slug (jane-doe), which avoids encoding slashes altogether.

Emails and phone numbers match secondary values too, not just the main one, and a phone number matches whatever spelling we stored it in: +33621114568 and +33 6 21 11 45 68 find the same contact.

One case to know about: a contact that only ever reached LoneScale through this API, never through a CRM sync or a list import, carries no CRM id and, if you asked for email or phone alone, no LinkedIn URL either. Look those up by the email or phone we returned.

Query Parameters

include_data
boolean
default:false

Return the enriched contact itself in data. Off by default: the entry otherwise carries only what happened, not the data.

limit
integer
default:20

Entries per page.

Required range: 1 <= x <= 100
cursor
string

The next_cursor of the previous page. Entries come back newest first.

Response

The contact's enrichment history. Empty data when the contact was never enriched on your account, or was searched without a result.

data
object[]
next_cursor
string | null

Pass as cursor for the next page. null on the last page.