v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Rewards

Get reward revokes

Returns the revocation records for the specified reward.

get/v2/rewards/{reward_id}/revokes

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.

messagestring required

Human-readable reason provided for the revocation.

operator_user_idstring required

Extole user id of the operator who triggered this revocation.

reward_idstring required

Extole-assigned unique identifier for the reward.

Example response

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