{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Subscriptions API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Red Hat List Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/api/accounts_mgmt/v1/subscriptions", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number for paginated results. Page numbering starts at 1." }, { "name": "size", "value": "", "type": "query", "description": "The maximum number of items to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search filter expression to narrow results. Supports field comparisons using operators such as =, <>, LIKE, IN." } ] }, "docs": "Retrieves the list of OpenShift subscriptions associated with the authenticated account, including cluster entitlements and usage data." } ] } ], "bundled": true }