Github API - Test Config

GET /marketplace_listing/stubbed/plans/{plan_id}/accounts
apps

Returns repository and organization accounts associated with the specified plan, including free plans. For per-seat pricing, you see the list of accounts that have purchased the plan, including the number of seats purchased. 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.
List accounts for a plan (stubbed)

Arguments
key plan-id

plan-id [scalar]

The unique identifier of the plan.

API:
Github Open API
(version: 1.1.4)

key sort

sort [scalar]

The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.

API:
Github Open API
(version: 1.1.4)

direction string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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)