secret-scanning-alert-webhook

APIs.ioEngineeringPlatform

Properties

Name Type Description
number object
created_at object
updated_at object
url object
html_url object
locations_url string The REST API URL of the code locations for this alert.
resolution object
resolved_at string The time that the alert was resolved in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
resolved_by object
resolution_comment string An optional comment to resolve an alert.
secret_type string The type of secret that secret scanning detected.
validity string The token status as of the latest validity check.
push_protection_bypassed boolean Whether push protection was bypassed for the detected secret.
push_protection_bypassed_by object
push_protection_bypassed_at string The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secret-scanning-alert-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secret-scanning-alert-webhook",
  "title": "secret-scanning-alert-webhook",
  "type": "object",
  "properties": {
    "number": {
      "$ref": "#/components/schemas/alert-number"
    },
    "created_at": {
      "$ref": "#/components/schemas/alert-created-at"
    },
    "updated_at": {
      "$ref": "#/components/schemas/nullable-alert-updated-at"
    },
    "url": {
      "$ref": "#/components/schemas/alert-url"
    },
    "html_url": {
      "$ref": "#/components/schemas/alert-html-url"
    },
    "locations_url": {
      "type": "string",
      "format": "uri",
      "description": "The REST API URL of the code locations for this alert."
    },
    "resolution": {
      "$ref": "#/components/schemas/secret-scanning-alert-resolution-webhook"
    },
    "resolved_at": {
      "type": "string",
      "format": "date-time",
      "description": "The time that the alert was resolved in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
      "nullable": true
    },
    "resolved_by": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "resolution_comment": {
      "type": "string",
      "description": "An optional comment to resolve an alert.",
      "nullable": true
    },
    "secret_type": {
      "type": "string",
      "description": "The type of secret that secret scanning detected."
    },
    "validity": {
      "type": "string",
      "description": "The token status as of the latest validity check.",
      "enum": [
        "active",
        "inactive",
        "unknown"
      ]
    },
    "push_protection_bypassed": {
      "type": "boolean",
      "description": "Whether push protection was bypassed for the detected secret.",
      "nullable": true
    },
    "push_protection_bypassed_by": {
      "$ref": "#/components/schemas/nullable-simple-user"
    },
    "push_protection_bypassed_at": {
      "type": "string",
      "format": "date-time",
      "description": "The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-secret-scanning-alert-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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