/api/v1/integration-status read:inventory Open or acknowledged integration issues affecting your account, with SLA-breach flags. Issues are opened automatically when one of your writes (transfer, withdrawal, declared value, order) hits an unexpected server-side error — you don’t need to report those; they are already on our board when you see them here. Your agreement sets the response window; this endpoint is the source of truth for what’s open. If breached > 0, our response window has elapsed on something we owe you a reply on.
GET /api/v1/integration-status 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/integration-status' \ -H 'X-API-Key: rip_…'
data)| Field | Description |
|---|---|
open | Count of non-RESOLVED issues |
breached | Subset whose sla_due_at is past now |
issues[].id / issue_type / severity / status | Issue rows — severity defaults "error", status OPEN | ACKNOWLEDGED |
issues[].opened_at / sla_due_at / sla_breached | When it opened + the response deadline (business days, warehouse local time) |
| Status | Code | When |
|---|---|---|
| 403 | Tenant API key required | key is not tenant-scoped, or lacks read:inventory |
See Errors for the response envelope and the full code list.