Api
Get Sync Status
Get current sync status and statistics.
Get current sync status and statistics.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/configuration/requesters/sync-status"{
"active_requesters": 0,
"last_sync_at": "string",
"last_sync_stats": {
"badges_added": 0,
"created": 0,
"duration_seconds": 0,
"errors": 0,
"mode": "manual",
"synced": 0,
"updated": 0
},
"provider_type": "string",
"support_enabled_count": 0,
"total_requesters": 0,
"with_badge_count": 0
}Get Subscription GET
Previous Page
Get System Health GET
Get health status of all system services. Story 4.2 AC6: API endpoints expose real-time system health with status indicators. Service status values: healthy, degraded, down (mapped to GREEN/YELLOW/RED in dashboard UI). Returns: SystemHealthResponse with all service health statuses