Skip to main content
GET
List rewards

Authorizations

Authorization
string
header
required

Send your API token prefixed by Bearer in the Authorization header.

Query Parameters

uuid
string

Return the reward with matching uuid.

campaign_uuid
string

Filter rewards by the order with the matching uuid.

campaign_id
string

Filter rewards by the order with the matching order id.

price_in_cents_greater_than
integer
price_in_cents_less_than
integer
recipient_name
string

Filter by recipient name (at least 3 characters).

recipient_email
string

Filter by recipient email (at least 3 characters).

delivery_status
enum<string>
Available options:
UNSENT,
DELIVERED,
UNDELIVERABLE,
TEMPORARILY_UNDELIVERABLE,
UNSUBSCRIBED,
COMPLAINT
status
enum<string>
Available options:
SENT_AND_REDEEMABLE,
REDEEMED,
TO_CHARITY,
GIVER_CANCELLED,
EXPIRED
created_date_greater_than
string

Format yyyy-MM-dd HH:mm:ss.

created_date_less_than
string

Format yyyy-MM-dd HH:mm:ss.

delivery_date_greater_than
string

Format yyyy-MM-dd HH:mm:ss.

delivery_date_less_than
string

Format yyyy-MM-dd HH:mm:ss.

redelivery_count_greater_than
integer
redelivery_count_less_than
integer
redeemed_date_greater_than
string

Format yyyy-MM-dd HH:mm:ss.

redeemed_date_less_than
string

Format yyyy-MM-dd HH:mm:ss.

limit
integer
default:20

Maximum number of rewards to return. Default 20.

offset
integer
default:0

Offset of the first reward in the total results. Default 0.

sort
enum<string>
Available options:
campaign_id,
price_in_cents,
recipient_name,
recipient_email,
delivery_status,
status
order
enum<string>
default:desc

Sort order. Default desc.

Available options:
asc,
desc

Response

200 - application/json

Rewards matching your search parameters.

gifts
object[]
number_of_results
integer
limit
integer
offset
integer
total_count
integer
info
object

Status information returned on successful requests.

status
integer