API Overview
ReferencePublicUpdated 2026-04-08
Overview
SmoothGlue exposes a REST API via the Console backend (Django) and a webhook system for event-driven integrations. Use the API to automate platform operations, query compliance state, and integrate SmoothGlue into external tooling.
Rate limits
| Tier | Requests per minute |
|---|---|
| Read endpoints | 300 |
| Write endpoints | 60 |
| Compliance report export | 10 |
Rate limit headers are included in all responses:
X-RateLimit-Limit: 300
X-RateLimit-Remaining: 287
X-RateLimit-Reset: 1712584200