Github API - Test Config

GET /marketplace_listing/stubbed/accounts/{account_id}
apps

Shows whether the user or organization account actively subscribes to a plan listed by the authenticated GitHub App. When someone submits a plan change that won't be processed until the end of their billing cycle, you will also see the upcoming pending change.

GitHub Apps must use a JWT to access this endpoint. OAuth Apps must use basic authentication with their client ID and client secret to access this endpoint.
Get a subscription plan for an account (stubbed)

Arguments
key account-id

account-id [scalar]

account_id parameter

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json marketplace-purchase

marketplace-purchase [object]

Marketplace Purchase

Attributes
email string

id integer

login string

marketplace_pending_change 2024

marketplace_purchase 2025

organization_billing_email string

type string

url string

API:
Github Open API
(version: 1.1.4)
401 requires_authentication

requires_authentication [scalar]

Requires authentication

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)