21 lines
835 B
Markdown
21 lines
835 B
Markdown
---
|
|
title: GitHub Apps
|
|
allowTitleToDifferFromFilename: true
|
|
intro: 'Use the REST API to interact with {% data variables.product.prodname_github_apps %}'
|
|
topics:
|
|
- API
|
|
miniTocMaxHeadingLevel: 3
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
---
|
|
|
|
## About {% data variables.product.prodname_github_apps %}
|
|
|
|
{% data reusables.apps.general-apps-restrictions %}
|
|
|
|
This page lists endpoints that you can access while authenticated as a {% data variables.product.prodname_github_app %}. For more information, see "[Authenticating as a GitHub App](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app)".
|
|
|
|
See ["GitHub App Installations"](/rest/reference/apps#installations) for a list of endpoints that require authentication as a {% data variables.product.prodname_github_app %} installation. |