{ "opencollection": "1.0.0", "info": { "name": "Ghost Admin Authors Tiers API", "version": "5.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tiers", "type": "folder" }, "items": [ { "info": { "name": "Browse tiers", "type": "http" }, "http": { "method": "GET", "url": "https://{site}.ghost.io/ghost/api/admin/tiers/", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return in the response." }, { "name": "filter", "value": "", "type": "query", "description": "Apply fine-grained filters using Ghost's NQL query language." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of resources to return per page. Defaults to 15." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results. Defaults to 1." } ] }, "docs": "Retrieve a paginated list of membership tiers." }, { "info": { "name": "Create a tier", "type": "http" }, "http": { "method": "POST", "url": "https://{site}.ghost.io/ghost/api/admin/tiers/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new membership tier with pricing, benefits, and visibility configuration." }, { "info": { "name": "Read a tier by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{site}.ghost.io/ghost/api/admin/tiers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return in the response." } ] }, "docs": "Retrieve a single membership tier by its unique identifier." }, { "info": { "name": "Update a tier", "type": "http" }, "http": { "method": "PUT", "url": "https://{site}.ghost.io/ghost/api/admin/tiers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing membership tier by its unique identifier." } ] } ], "bundled": true }