GitHub Campaigns API

The GitHub Campaigns API lets organization owners and security managers create and manage security campaigns that coordinate remediation of code scanning alerts across multiple repositories. It provides endpoints to list, create, get, update, and delete campaigns, each of which tracks alert statistics including open, closed, and in-progress items, and supports assigning campaign managers from both users and teams.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: github:github-campaigns-api
name: GitHub Campaigns API
tags:
- Campaigns
- Security
baseURL: https://api.github.com
humanURL: https://docs.github.com/en/rest/campaigns?apiVersion=2022-11-28
properties:
- url: https://docs.github.com/en/rest/campaigns
  type: Documentation
description: The GitHub Campaigns API lets organization owners and security managers create and manage
  security campaigns that coordinate remediation of code scanning alerts across multiple repositories.
  It provides endpoints to list, create, get, update, and delete campaigns, each of which tracks alert
  statistics including open, closed, and in-progress items, and supports assigning campaign managers from
  both users and teams.