How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GitHub Dependabot API

Endpoints to manage Dependabot.

GitHub Dependabot API is one of 350 APIs that GitHub publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Dependabot. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and an API reference.

This API exposes 19 operations across 12 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 1.1.4.

Requests are made against 2 base URLs: {protocol}://{hostname}/api/v3, {protocol}://{hostname}.

19 operations 12 paths 34 schemas 3 DELETE11 GET1 PATCH4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.4
Base URL
https://api.github.com
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

GitHub Dependabot API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerHttpAuthentication).

  • bearerHttpAuthentication — Bearer Token

Paths & Operations 19

Across 12 paths, the API surfaces 19 operations — 3 DELETE, 11 GET, 1 PATCH, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Dependabot 19

Endpoints to manage Dependabot.

GET
/enterprises/{enterprise}/dependabot/alerts
GitHub List Dependabot Alerts for an Enterprise
dependabot/list-alerts-for-enterprise 13 params → 200304403404422
GET
/orgs/{org}/dependabot/alerts
GitHub List Dependabot Alerts for an Organization
dependabot/list-alerts-for-org 13 params → 200304400403404422
GET
/orgs/{org}/dependabot/secrets
GitHub List Organization Secrets
dependabot/list-org-secrets 3 params → 200
GET
/orgs/{org}/dependabot/secrets/public-key
GitHub Get an Organization Public Key
dependabot/get-org-public-key 1 param → 200
GET
/orgs/{org}/dependabot/secrets/{secret_name}
GitHub Get an Organization Secret
dependabot/get-org-secret 2 params → 200
PUT
/orgs/{org}/dependabot/secrets/{secret_name}
GitHub Create or Update an Organization Secret
dependabot/create-or-update-org-secret 2 params body → 201204
DELETE
/orgs/{org}/dependabot/secrets/{secret_name}
GitHub Delete an Organization Secret
dependabot/delete-org-secret 2 params → 204
GET
/orgs/{org}/dependabot/secrets/{secret_name}/repositories
GitHub List Selected Repositories for an Organization Secret
dependabot/list-selected-repos-for-org-secret 4 params → 200
PUT
/orgs/{org}/dependabot/secrets/{secret_name}/repositories
GitHub Set Selected Repositories for an Organization Secret
dependabot/set-selected-repos-for-org-secret 2 params body → 204
PUT
/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}
GitHub Add Selected Repository to an Organization Secret
dependabot/add-selected-repo-to-org-secret 3 params → 204409
DELETE
/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}
GitHub Remove Selected Repository from an Organization Secret
dependabot/remove-selected-repo-from-org-secret 3 params → 204409
GET
/repos/{owner}/{repo}/dependabot/alerts
GitHub List Dependabot Alerts for a Repository
dependabot/list-alerts-for-repo 16 params → 200304400403404422
GET
/repos/{owner}/{repo}/dependabot/alerts/{alert_number}
GitHub Get a Dependabot Alert
dependabot/get-alert 3 params → 200304403404
PATCH
/repos/{owner}/{repo}/dependabot/alerts/{alert_number}
GitHub Update a Dependabot Alert
dependabot/update-alert 3 params body → 200400403404409422
GET
/repos/{owner}/{repo}/dependabot/secrets
GitHub List Repository Secrets
dependabot/list-repo-secrets 4 params → 200
GET
/repos/{owner}/{repo}/dependabot/secrets/public-key
GitHub Get a Repository Public Key
dependabot/get-repo-public-key 2 params → 200
GET
/repos/{owner}/{repo}/dependabot/secrets/{secret_name}
GitHub Get a Repository Secret
dependabot/get-repo-secret 3 params → 200
PUT
/repos/{owner}/{repo}/dependabot/secrets/{secret_name}
GitHub Create or Update a Repository Secret
dependabot/create-or-update-repo-secret 3 params body → 201204
DELETE
/repos/{owner}/{repo}/dependabot/secrets/{secret_name}
GitHub Delete a Repository Secret
dependabot/delete-repo-secret 3 params → 204

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are minimal-repository (87 properties), simple-repository (46 properties), simple-user (21 properties), nullable-simple-user_2 (21 properties). Each schema is shown below with its type and property counts.

alert-created-at
string
The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
validation-error-simple
object
Validation Error Simple
3 properties 2 required
dependabot-public-key
object
The public key used for setting Dependabot Secrets.
2 properties 2 required
code-of-conduct
object
Code Of Conduct
5 properties 4 required
alert-html-url
string
The GitHub URL of the alert resource.
minimal-repository
object
Minimal Repository
87 properties 46 required
alert-updated-at
string
The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
security-and-analysis
objectnull
3 properties
dependabot-alert-package
object
Details for the vulnerable package.
2 properties 2 required
scim-error
object
Scim Error
6 properties
simple-user
object
A GitHub user.
21 properties 18 required
alert-auto-dismissed-at
stringnull
The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
simple-repository
object
A GitHub repository.
46 properties 46 required
basic-error
object
Basic Error
4 properties
dependabot-secret
object
Set secrets for Dependabot.
3 properties 3 required
alert-number
integer
The security alert number.
dependabot-alert-security-vulnerability
object
Details pertaining to one vulnerable version range for the advisory.
4 properties 4 required
alert-fixed-at
stringnull
The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dependabot-alert-with-repository
object
A Dependabot alert.
16 properties 15 required
alert-dismissed-at
stringnull
The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dependabot-alert-security-advisory
object
Details for the GitHub Security Advisory.
13 properties 13 required
dependabot-alert
object
A Dependabot alert.
15 properties 14 required
empty-object
object
An object without any properties.
alert-url
string
The REST API URL of the alert resource.
organization-dependabot-secret
object
Secrets for GitHub Dependabot for an organization.
5 properties 4 required
nullable-simple-user
objectnull
A GitHub user.
21 properties 18 required
scim-error_2
object
Scim Error
6 properties
alert-auto-dismissed-at_2
string
The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dependabot-alert-security-vulnerability_2
object
Details pertaining to one vulnerable version range for the advisory.
4 properties 4 required
alert-fixed-at_2
string
The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
alert-dismissed-at_2
string
The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dependabot-alert-security-advisory_2
object
Details for the GitHub Security Advisory.
13 properties 13 required
dependabot-alert_2
object
Dependabot alert.
15 properties 14 required
nullable-simple-user_2
object
GitHub user.
21 properties 18 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

github-dependabot-api-openapi.yml Raw ↑

Other APIs GitHub publishes across the network.

GitHub Events API
GitHub Feeds API
GitHub Gists API
GitHub Issues API
GitHub Licenses API
GitHub Markdown API
GitHub Meta API
GitHub Notifications API
GitHub Octocat API
GitHub Projects API
GitHub Repos API
GitHub Search API
Where this information came from

This is an independent, third-party profile of GitHub Dependabot API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.