v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Persons

Get a person shareable

Returns the shareable for the specified person identified by its share code. A shareable is a unique share link or code that allows a person to invite friends to participate in a referral campaign.

get/v5/persons/{person_id}/shareables/{code}

Path parameters

person_idstring required

The Extole unique profile identifier of this user at Extole.

codestring required

Shareable id parameter

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"
}