API Reference
The raw interactive Swagger/OpenAPI reference remains available at https://api.fabhub.app/docs. This branded portal is the canonical public guide and links to downloadable contracts.
Base URL
https://api.fabhub.app/v1
Download contracts
Endpoints
| Method | Path | Scope |
|--------|------|-------|
| GET | /v1 | authenticated |
| GET | /v1/audit/events | audit:read |
| GET | /v1/auth/context | authenticated |
| GET | /v1/contacts | contacts:read |
| GET | /v1/items | items:read |
| POST | /v1/items | items:write |
| GET | /v1/items/{item_id} | items:read |
| PATCH | /v1/items/{item_id} | items:write |
| GET | /v1/orders | orders:read |
| GET | /v1/organization | organization:read |
| GET | /v1/usage | usage:read |
| GET | /v1/webhooks | webhooks:read |
| POST | /v1/webhooks | webhooks:write |
| DELETE | /v1/webhooks/{webhook_id} | webhooks:delete |
| GET | /v1/webhooks/{webhook_id} | webhooks:read |
| PATCH | /v1/webhooks/{webhook_id} | webhooks:write |
| GET | /v1/webhooks/{webhook_id}/deliveries | webhooks:deliveries:read |