Synopsys · Example Payload

Synopsys Polaris Listissues Example

Software SecurityApplication Security TestingStatic AnalysisSoftware Composition AnalysisEDA ToolsSemiconductor DesignFortune 1000

Synopsys Polaris Listissues Example is an example object payload from Synopsys, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "path": "/issues",
    "headers": {
      "Authorization": "Bearer {POLARIS_ACCESS_TOKEN}"
    },
    "parameters": {
      "projectId": "proj-webapp-backend",
      "branchId": "branch-main",
      "severity": "high",
      "type": "sast",
      "page": 1,
      "pageSize": 20
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        {
          "id": "issue-00781",
          "type": "sast",
          "severity": "high",
          "name": "SQL Injection",
          "description": "User-controlled input reaches a SQL query without sanitization.",
          "cwe": "CWE-89",
          "cve": null,
          "filePath": "src/main/java/com/example/UserController.java",
          "lineNumber": 142,
          "status": "open"
        },
        {
          "id": "issue-00782",
          "type": "sast",
          "severity": "high",
          "name": "Cross-Site Scripting (XSS)",
          "description": "Unsanitized user input reflected in HTML output.",
          "cwe": "CWE-79",
          "cve": null,
          "filePath": "src/main/java/com/example/TemplateRenderer.java",
          "lineNumber": 87,
          "status": "open"
        }
      ],
      "meta": {
        "totalCount": 14
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/synopsys-polaris-listIssues-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.