/api/v1/exceptions/:id read:inventory A single exception by id — same row shape as GET /exceptions.
GET /api/v1/exceptions/0 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/exceptions/0' \ -H 'X-API-Key: rip_…'
data)| Field | Description |
|---|---|
exception | Same shape as a GET /exceptions row |
| Status | Code | When |
|---|---|---|
| 400 | invalid id | id is not a positive integer |
| 404 | not found | exception not part of your account |
See Errors for the response envelope and the full code list.