18 lines
753 B
Markdown
18 lines
753 B
Markdown
---
|
|
title: OAuth authorizations
|
|
intro: Use the REST API to manage the access OAuth applications have to your account.
|
|
versions:
|
|
ghes: '*'
|
|
topics:
|
|
- API
|
|
miniTocMaxHeadingLevel: 3
|
|
redirect_from:
|
|
- /rest/reference/oauth-authorizations
|
|
---
|
|
|
|
## About OAuth authorizations
|
|
|
|
You can use the REST API to manage the access OAuth applications have to your account. You can only access these endpoints via [Basic Authentication](/rest/overview/other-authentication-methods#basic-authentication) using your username and password, not tokens.
|
|
|
|
If you or your users have two-factor authentication enabled, make sure you understand how to [work with two-factor authentication](/rest/overview/other-authentication-methods#working-with-two-factor-authentication).
|