Get Person RewardsAsk AIget https://api.extole.io/v5/persons/<person_id>/rewardsCalling this endpoint allows you to retrieve a list of a program participant's rewards. The list is sorted by share date in descending order.Path Paramsperson_idstringrequiredExtole's unique profile identifier of the customer.Query ParamsprogramsstringA list of program labels configured in Extole (e.g., refer-a-friend). Will include rewards that match at least one of the programs. Multiple states can be filtered by adding the query param multiple times. For example: programs=refer-a-firend&programs=drop-a-hintcampaign_idsstringA list of Extole campaign unique identifiers. Will include rewards that match at least one of the campaign IDs.containersstringA list of containers (e.g., test, production, bot). Will include rewards for all containers if not specified or match at least one of the specified containersdata_keysstringA list of data keys (e.g., order_id). Will include rewards that match at least one of the data keys.data_valuesstringA list of name:value pairs (e.g., order_id:12345). Will include rewards that have at least one of the specified data name-value pairs.reward_typesstringA list of reward types (e.g., manual_coupon, salesforce_coupon, tango_v2, custom_reward, paypal_payouts). Will include rewards that match at least one of the reward types.reward_statesstringA list of reward states (e.g., SENT, REDEEMED, FAILED, EARNED, CANCELED). Will include rewards that match at least one of the reward states. Multiple states can be filtered by adding the query param multiple times. For example: reward_states=SENT&reward_states=FULFILLEDjourney_namesstringA list of journey names (e.g., advocate, friend). Will include rewards that match at least one of the journey names.journey_key_namesstringA list of journey key names. Will include rewards whose journey key matches one of the journey key names.journey_key_valuesstringA list of name:value pairs. Will include rewards that have one of the specified journey keys.limitint32The maximum number of results (max 1000).offsetint32The offset for paginating your results.HeadersAuthorizationstringDefaults to Bearer {access_token}Content-TypestringDefaults to application/jsonResponses 200200 403403Updated 5 months ago