Open Source Shift Left Framework home pagelight logodark logo
  • Support
  • Get Started
  • Get Started
Documentation
Firewall Platform
Firewall Secrets
Firewall SCA
API Reference
  • Documentation
  • Community
  • Blog
  • API Reference
    • Api reference
    Users
    • GET
      Get Users
    • POST
      Create New User
    • GET
      Read User
    • PUT
      Update Existing User
    • DEL
      Soft Delete User
    Authentication
    • POST
      Login
    Secrets
    • GET
      List Secrets
    • GET
      List Secret's Repos
    • GET
      Get Secret Details
    Repositories
    • POST
      Fetch All Repos
    • GET
      Get Repos
    • POST
      Scan Repo By Id
    • POST
      Scan All Repos
    • GET
      Get Repo
    • GET
      Generate Sbom For Repo
    • GET
      Download Sbom For Repo
    Pull Requests
    • GET
      List Pr
    • GET
      Get Pr Scan By Id Route
    • GET
      Get Pr Scans By Status
    Live Commits
    • GET
      Get Live Commits
    • GET
      Get Live Commits Scan
    Allowlist
    • GET
      Fetch Allowlist
    • POST
      Create Allowlist
    • PUT
      Modify Allowlist
    Incidents
    • GET
      Fetch Incidents
    • GET
      List Available Filters
    • PATCH
      Update Status
    • PATCH
      Update Severity
    • GET
      Fetch Incident By Id
    Groups
    • GET
      Get All Groups
    • POST
      Create Group
    • GET
      Get Group by ID
    • PUT
      Update Group
    • DEL
      Delete Group
    • GET
      Get Repos For Group
    • PUT
      Add Repos To Group
    • PUT
      Remove Repos From Group
    SCA
    • GET
      List SCA CVEs
    • POST
      Scan All Repos For Vc
    • POST
      Scan Repo By Id
    API Reference
    • GET
      Root
    • GET
      Health
    API Reference

    Root

    GET
    curl --request GET \
      --url https://example.com/api/
    "<any>"

    Response

    200 - application/json

    Successful Response

    The response is of type any.

    Scan Repo By IdHealth
    xdiscordlinkedin
    Powered by Mintlify
    curl --request GET \
      --url https://example.com/api/
    "<any>"