/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).
GET /api/v1/declared-values?limit=10 These inputs are shared across all docs pages, so an id entered here carries over.
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 -X GET 'https://service.rip.fun/api/v1/declared-values?limit=10' \ -H 'X-API-Key: rip_…'
| Field | Type | Required | Description |
|---|---|---|---|
status | query string | — | PENDING | ACCEPTED | REJECTED | SUPERSEDED |
limit / offset | query int | — | limit 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 |
data)| Field | Description |
|---|---|
declared_values[] | Same row shape as PUT /declared-values |