v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBPersons
List person shares
Returns all share events for the specified person, sorted by created date in descending order. A share is recorded each time the person distributes a shareable link via a channel (social, email, etc.).
get/v5/persons/{person_id}/shares
Path parameters
person_idstring required
The Extole unique profile identifier of this user at Extole.
Query parameters
programsstring[]
campaign_idsstring[]
partner_idsstring[]
data_keysstring[]
data_valuesstring[]
offsetinteger
limitinteger
Response
Successful response
Example response
[
{
"created_date": "2025-10-24T02:00:00-07:00"
}
]