--- title: Endpoints available for GitHub Apps intro: Your app can make requests to the following REST endpoints. redirect_from: - /v3/apps/available-endpoints - /rest/reference/endpoints-available-for-github-apps versions: free-pro-team: '*' enterprise-server: '*' github-ae: '*' --- You must use an installation access token to access endpoints using your {% data variables.product.prodname_github_app %}. For more information, see "[Authenticating with {% data variables.product.prodname_github_apps %}](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)." {% for thing in rest.operationsEnabledForGitHubApps[currentVersion] %} {% assign category = thing[0] %} {% assign operations = thing[1] %} {% if operations.size > 0 %}
{{operation.verb}} {{operation.requestPath}}