Sigma provides a mechanism to generate the configured reports using REST APIs. You can use the Sigma APIs to perform the following operations:

  • Anchor
    apikey
    apikey
    Generating access tokens for the reports
  • Running a report
  • Running a group report
  • Checking status of a report
  • Checking status of a group report
  • Downloading generated report

Anchor
apikey
apikey
Generating access tokens for the Reports

To use the Sigma Report APIs, you need to generate a personal access token. Access token is like password and you need to keep it confidential. Do not hardcode the access token in your application code.
Sigma enables you to generate tokens for the reports by using API Key or BASIC methodology.

...