List declared values

GET /api/v1/declared-values read:inventory

Lists your declared-value submissions, newest first. Use this to check whether a PENDING submission has been reviewed (moved to ACCEPTED or REJECTED).

Try it GET /api/v1/declared-values?limit=10

These inputs are shared across all docs pages, so an id entered here carries over.

response

Not run yet. Press Run to make a live call against https://service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).

curl (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/declared-values?limit=10' \
  -H 'X-API-Key: rip_…'

Request fields

FieldTypeRequiredDescription
statusquery stringPENDING | ACCEPTED | REJECTED | SUPERSEDED
limit / offsetquery intlimit 1..100 default 50; offset 0..10_000 default 0. Non-integer values are a 400 (invalid_pagination). The response carries a pagination object { limit, offset, has_more, next_offset } beside the array

Response fields (data)

FieldDescription
declared_values[]Same row shape as PUT /declared-values