API overview
Momentiq exposes three API surfaces under the main app host:
| Prefix | Auth | Purpose |
|---|---|---|
/api/internal/momentiq/** | Momentiq session JWT (Super Admin) | Lab, designer, campaigns |
/api/public/momentiq/** | Public tokens / form links | Respondent-facing forms |
/api/external/momentiq/** | API keys | Integrations and callbacks |
Health check: GET /api/internal/momentiq/health
External result submission: POST /api/external/momentiq/results
Callback deliveries include X-Momentiq-Timestamp and X-Momentiq-Signature headers when a callback secret is configured.