GitHub Credentials API

The GitHub Credentials API lets you programmatically manage authentication credentials, providing endpoints to revoke a list of credentials such as tokens and keys for security purposes. It enables automated credential lifecycle management and bulk revocation when credentials need to be invalidated.

API entry from apis.yml

apis.yml Raw ↑
aid: github:github-credentials-api
name: GitHub Credentials API
tags:
- Authentication
- Credentials
- Security
baseURL: https://api.github.com
humanURL: https://docs.github.com/en/rest/credentials?apiVersion=2022-11-28
properties:
- url: https://docs.github.com/en/rest/credentials
  type: Documentation
description: The GitHub Credentials API lets you programmatically manage authentication credentials, providing
  endpoints to revoke a list of credentials such as tokens and keys for security purposes. It enables
  automated credential lifecycle management and bulk revocation when credentials need to be invalidated.