Github API - Test Config

GET /marketplace_listing/plans
apps

Lists all plans that are part of your GitHub Marketplace listing.

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 plans

Arguments
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-listing-plan []

marketplace-listing-plan [object]

Marketplace Listing Plan

Attributes
accounts_url string

bullets string []

description string

has_free_trial boolean

id integer

monthly_price_in_cents integer

name string

number integer

price_model string

state string

unit_name string

url string

yearly_price_in_cents integer

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

requires_authentication [scalar]

Requires authentication

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

not_found [scalar]

Resource not found

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