SikaaHub API Health Check

Developer Documentation

Exports

Exports

Merchant export jobs are created asynchronously and stored outside public web access.

Create

Body:

{
  "format": "csv",
  "filters": {
    "from": "2026-05-01",
    "to": "2026-05-11",
    "status": "successful"
  }
}

CSV is the first supported production format. XLSX and PDF are accepted as queued placeholders for later workers.

Download

GET /dashboard/merchant/exports/{id}/download

The endpoint returns secure download status and expiry metadata. Completed files must remain access-controlled and temporary.