Skip to content

Report without Notification Flow

Report without Notification Flow

  1. Partner application requests report to be generated providing type of report, date range, and additional filters
  2. Public API returns reportId
  3. Partner application checks the report status periodically using /v1/reports/:reportId endpoint
  4. Public API responds with either IN_PROGRESS, READY, or ERROR statuses.
  5. READY status message contains also URL for downloading the report
  6. ERROR status message contains also additional information explaining error details
  7. If status is READY partner application downloads the report using provided URL