1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/content/developers/github-marketplace/rest-endpoints-for-the-github-marketplace-api.md

31 lines
1.4 KiB
Markdown

---
title: REST endpoints for the GitHub Marketplace API
intro: 'To help manage your app on {% data variables.product.prodname_marketplace %}, use these {% data variables.product.prodname_marketplace %} API endpoints.'
redirect_from:
- /apps/marketplace/github-marketplace-api-endpoints/
- /apps/marketplace/integrating-with-the-github-marketplace-api/github-marketplace-rest-api-endpoints/
- /marketplace/integrating-with-the-github-marketplace-api/github-marketplace-rest-api-endpoints
versions:
free-pro-team: '*'
---
Here are some useful endpoints available for Marketplace listings:
* [List plans](/rest/reference/apps#list-plans)
* [List accounts for a plan](/rest/reference/apps#list-accounts-for-a-plan)
* [Get a subscription plan for an account](/rest/reference/apps#get-a-subscription-plan-for-an-account)
* [List subscriptions for the authenticated user](/rest/reference/apps#list-subscriptions-for-the-authenticated-user)
See these pages for details on how to authenticate when using the {% data variables.product.prodname_marketplace %} API:
* [Authorization options for OAuth Apps](/apps/building-oauth-apps/authorizing-oauth-apps/)
* [Authentication options for GitHub Apps](/apps/building-github-apps/authenticating-with-github-apps/)
{% note %}
**Note:** [Rate limits for the REST API](/rest#rate-limiting) apply to all {% data variables.product.prodname_marketplace %} API endpoints.
{% endnote %}