Get Person SharesAsk AIget https://api.extole.io/v5/persons/<person_id>/sharesCalling this endpoint allows you to retrieve a list of a program participant's share instances. The list is sorted by share date in descending order.Path Paramsperson_idstringrequiredExtole's unique profile identifier of the customer.Query ParamsprogramsstringA list of Extole program labels (e.g., refer-a-friend). Will include shares that match at least one of the programs.campaign_idsstringA list of Extole campaign unique identifiers. Will include shares that match at least one of the campaign IDs.partner_idsstringA list of your unique identifiers for the customer. The actual value of the field will be <PARTNER_ID_NAME>: and should be URL encoded.data_keysstringA list of data keys (e.g., order_id). Will include shares that match at least one of the data keys.data_valuesstringA list of name:value pairs (e.g., order_id:12345). Will include shares that have at least one of the specified data name-value pairs.offsetint32limitint32HeadersAuthorizationstringDefaults to Bearer {access_token}Content-TypestringDefaults to application/jsonResponses 200200 403403Updated 5 months ago