22 lines
756 B
Markdown
22 lines
756 B
Markdown
---
|
|
title: REST API endpoints for OAuth app authorizations
|
|
shortTitle: OAuth app authorizations
|
|
allowTitleToDifferFromFilename: true
|
|
intro: >-
|
|
Use the REST API to manage the access {% data
|
|
variables.product.prodname_oauth_apps %} have to your account.
|
|
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
|
|
ghes: '*'
|
|
topics:
|
|
- API
|
|
redirect_from:
|
|
- /rest/reference/oauth-authorizations
|
|
autogenerated: rest
|
|
---
|
|
|
|
## About OAuth authorizations
|
|
|
|
You can use the REST API to manage the access {% data variables.product.prodname_oauth_apps %} have to your account. You can only access these endpoints via basic authentication using your username and password, not tokens.
|
|
|
|
<!-- Content after this section is automatically generated -->
|