GitHub · Example Payload

Github Meta Api Overview Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Meta Api Overview Example is an example object payload from GitHub, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

verifiable_password_authenticationpackagesdependabotdomainsinstalled_version

Example Payload

Raw ↑
{
  "verifiable_password_authentication": true,
  "packages": [
    "192.0.2.1"
  ],
  "dependabot": [
    "192.0.2.1"
  ],
  "domains": {
    "website": [
      [
        "example.com"
      ]
    ],
    "codespaces": [
      [
        "example.com"
      ]
    ],
    "copilot": [
      [
        "example.com"
      ]
    ],
    "packages": [
      [
        "example.com"
      ]
    ],
    "actions": [
      [
        "example.com"
      ]
    ]
  },
  "installed_version": "3.9.0"
}