--- 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 - /developers/github-marketplace/rest-endpoints-for-the-github-marketplace-api versions: fpt: '*' ghec: '*' topics: - Marketplace shortTitle: REST API --- 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 %}