{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets Domains > Plans API", "version": "1.0.0" }, "items": [ { "info": { "name": "Domains > Plans", "type": "folder" }, "items": [ { "info": { "name": "domains_plan_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/domains/:domain_name/plan", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List all Plans available in the specified Domain.\n\nReturns a paginated list of Plans, including associated Offer details such as pricing\n and registration information." }, { "info": { "name": "domains_plan_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/domains/:domain_name/plan/:plan_id", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "plan_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific Plan within a Domain.\n\nReturns detailed information about the Plan, including its title, associated Offers, and registration URLs." } ] } ], "bundled": true }