Aurion Docs
Api

Get Sync Status

Get current sync status and statistics.

GET
/api/v1/configuration/requesters/sync-status

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
}