Salt Security · JSON Structure

Salt Security Api Endpoint Structure

JSON structure documentation for the Salt Security discovered API endpoint entity

Type: object Properties: 0
API SecurityArtificial IntelligenceAPI DiscoveryPosture GovernanceThreat ProtectionSecurity

Salt Security Api Endpoint Structure is a JSON Structure definition published by Salt Security.

Meta-schema:

JSON Structure

salt-security-api-endpoint-structure.json Raw ↑
{
  "title": "Salt Security API Endpoint Structure",
  "description": "JSON structure documentation for the Salt Security discovered API endpoint entity",
  "type": "object",
  "structure": {
    "id": "string - Unique endpoint identifier [required]",
    "method": "string - HTTP method (GET|POST|PUT|PATCH|DELETE|OPTIONS|HEAD) [required]",
    "path": "string - API endpoint path [required]",
    "host": "string - API host/domain [required]",
    "api_id": "string - Parent API identifier",
    "api_name": "string - Parent API name",
    "status": "string - Status (active|deprecated|shadow|zombie|undocumented)",
    "classification": {
      "is_documented": "boolean - Exists in OAS documentation",
      "is_shadow": "boolean - Shadow endpoint (not in OAS)",
      "is_zombie": "boolean - Zombie endpoint (deprecated but accessible)"
    },
    "sensitive_data": {
      "type": "array",
      "items": {
        "type": "string - Data type (PII|PCI|PHI|credentials)",
        "parameter": "string - Parameter name",
        "location": "string - Location (request|response)"
      }
    },
    "risk_score": "number(0-100) - Risk score",
    "vulnerabilities": {
      "type": "array",
      "items": {
        "id": "string - Vulnerability ID",
        "type": "string - Vulnerability type",
        "severity": "string - Severity (critical|high|medium|low|informational)",
        "description": "string - Description"
      }
    },
    "authentication_required": "boolean - Auth required",
    "first_seen": "string(date-time) - First discovery timestamp",
    "last_seen": "string(date-time) - Last traffic timestamp"
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/salt-security-api-endpoint-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.