GitHub · Capability
GitHub v3 REST API — Oauth-Authorizations
GitHub v3 REST API — Oauth-Authorizations. 10 operations. Lead operation: GitHub List Your Grants. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Oauthauthorizationslistgrants
— GitHub List Your Grants
/v1/applications/grants
GET
Oauthauthorizationsgetgrant
— GitHub Get a Single Grant
/v1/applications/grants/{grant-id}
DELETE
Oauthauthorizationsdeletegrant
— GitHub Delete a Grant
/v1/applications/grants/{grant-id}
GET
Oauthauthorizationslistauthorizations
— GitHub List Your Authorizations
/v1/authorizations
POST
Oauthauthorizationscreateauthorization
— GitHub Create a New Authorization
/v1/authorizations
PUT
Oauthauthorizationsgetorcreateauthorizationforapp
— GitHub Get-or-create an Authorization for a Specific App
/v1/authorizations/clients/{client-id}
PUT
Oauthauthorizationsgetorcreateauthorizationforappandfingerprint
— GitHub Get-or-create an Authorization for a Specific App and Fingerprint
/v1/authorizations/clients/{client-id}/{fingerprint}
GET
Oauthauthorizationsgetauthorization
— GitHub Get a Single Authorization
/v1/authorizations/{authorization-id}
PATCH
Oauthauthorizationsupdateauthorization
— GitHub Update an Existing Authorization
/v1/authorizations/{authorization-id}
DELETE
Oauthauthorizationsdeleteauthorization
— GitHub Delete an Authorization
/v1/authorizations/{authorization-id}
MCP Tools
github-list-your-grants
GitHub List Your Grants
read-only
idempotent
github-get-single-grant
GitHub Get a Single Grant
read-only
idempotent
github-delete-grant
GitHub Delete a Grant
idempotent
github-list-your-authorizations
GitHub List Your Authorizations
read-only
idempotent
github-create-new-authorization
GitHub Create a New Authorization
github-get-create-authorization-specific
GitHub Get-or-create an Authorization for a Specific App
idempotent
github-get-create-authorization-specific-2
GitHub Get-or-create an Authorization for a Specific App and Fingerprint
idempotent
github-get-single-authorization
GitHub Get a Single Authorization
read-only
idempotent
github-update-existing-authorization
GitHub Update an Existing Authorization
idempotent
github-delete-authorization
GitHub Delete an Authorization
idempotent