v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Rewards

Get reward sends

Returns the send events for the specified reward.

get/v2/rewards/{reward_id}/sends

Path parameters

reward_idstring required

Extole-assigned unique identifier for the reward.

Response

Successful response

created_atstring 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.

emailstring required

Email address the reward notification was sent to.

messagestring required

Human-readable message from the send attempt.

operator_user_idstring required

Extole user id of the operator who triggered this send, if applicable.

partner_reward_sent_idstring nullable required

Partner-assigned identifier for this send event. Null if not provided.

reward_idstring required

Extole-assigned unique identifier for the reward.

successboolean required

Whether the send was successful.

Example response

[
  {
    "created_at": "2025-10-24T02:00:00-07:00"
  }
]