AurionAI Docs

Sync Requesters

Sync requesters from ITSM provider. When called with tenant context (X-Tenant-ID header or JWT), syncs only that tenant. When called without tenant context (CronJob), iterates over all active tenants. CronJob mode is always differential (no reconciliation).

POST
/api/sync/requesters

Sync requesters from ITSM provider.

When called with tenant context (X-Tenant-ID header or JWT), syncs only that tenant. When called without tenant context (CronJob), iterates over all active tenants. CronJob mode is always differential (no reconciliation).

Response Body

application/json

curl -X POST "https://loading/api/sync/requesters"
{
  "provider": "string",
  "results": {},
  "status": "completed"
}