List plans
GET {{baseUrl}}/marketplace_listing/plans?per_page=30&page=1
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
per_page | number | Results per page (max 100) | |
page | number | Page number of the results to fetch. |
RESPONSES
status: OK
[{"url":"https://api.github.com/marketplace_listing/plans/1313","accounts_url":"https://api.github.com/marketplace_listing/plans/1313/accounts","id":1313,"number":3,"name":"Pro","description":"A professional-grade CI solution","monthly_price_in_cents":1099,"yearly_price_in_cents":11870,"price_model":"flat-rate","has_free_trial":true,"unit_name":null,"state":"published","bullets":["Up to 25 private repositories","11 concurrent builds"]}]