Get exception

GET /api/v1/exceptions/:id read:inventory

A single exception by id — same row shape as GET /exceptions.

Try it GET /api/v1/exceptions/0

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/exceptions/0' \
  -H 'X-API-Key: rip_…'

Response fields (data)

FieldDescription
exceptionSame shape as a GET /exceptions row

Errors

StatusCodeWhen
400invalid idid is not a positive integer
404not foundexception not part of your account

See Errors for the response envelope and the full code list.