Skip to main content
POST
Add a wish list item

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Body

application/json
name
string
required
description
string | null
category
enum<string>
default:other
Available options:
food,
medical,
supplies,
equipment,
enrichment,
other
quantity_needed
integer
default:1
Required range: x >= 1
unit
string | null

What the quantity counts: bags, cans, boxes.

animal_id
string | null

The animal it is for, when it is for one.

campaign_id
string | null

The campaign it belongs to, when it belongs to one.

priority
enum<string>
default:normal
Available options:
low,
normal,
urgent
estimated_unit_cost_cents
integer | null

What one costs, in whole cents: 1899 is $18.99.

Required range: x >= 0
external_url
string | null

Where to buy it.

Response

The item, with no deliveries yet.

item
object
fulfillments
object[]

The deliveries, most recent first.