v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Reward Suppliers

Get Salesforce coupon operations

Returns a log of recent Salesforce sync operations for this coupon supplier.

get/v2/reward-suppliers/salesforce-coupons/{reward_supplier_id}/operations

Path parameters

reward_supplier_idstring required

Query parameters

limitstring nullable
offsetstring nullable

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.

idstring required
number_of_received_couponsinteger required
number_of_requested_couponsinteger required
offsetinteger required
operation_type'COUPON_DELETE' | 'COUPON_REFILL' required
request_messagestring required
result_messagestring required
reward_supplier_idstring required
status'FAILED' | 'SUCCESS' required

Example response

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