v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Persons

List person shareables

Returns all shareables for the specified person, sorted by created date in descending order. Each shareable is a unique referral link or code associated with a campaign.

get/v5/persons/{person_id}/shareables

Path parameters

person_idstring required

The Extole unique profile identifier of this user at Extole.

Query parameters

labelsstring[]
data_keysstring[]
data_valuesstring[]
offsetinteger
limitinteger

Response

Successful response

codestring required

Unique shareable code used to generate this person's referral link.

created_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

dataobject required

Named data parameters attached to this shareable.

keystring required

Key identifying the shareable template or program slot.

labelstring required

Human-readable label for this shareable. Absent if no label was set.

linkstring required

Full referral link URL for this shareable.

updated_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

Example response

[
  {
    "created_date": "2025-10-24T02:00:00-07:00",
    "updated_date": "2025-10-24T02:00:00-07:00"
  }
]