{ "opencollection": "1.0.0", "info": { "name": "Management Applications Product Catalog API", "version": "1" }, "items": [ { "info": { "name": "Product Catalog", "type": "folder" }, "items": [ { "info": { "name": "List all Moesif Plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/catalog/plans", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" }, { "name": "includes", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all Moesif Plans" }, { "info": { "name": "Create a new Moesif Plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/billing/catalog/plans", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new Moesif Plan" }, { "info": { "name": "Get a Moesif Plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/catalog/plans/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the Moesif Plan for authenticated users" }, { "info": { "name": "Update a Moesif Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.moesif.com/v1/~/billing/catalog/plans/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Moesif Plan" }, { "info": { "name": "Delete a Moesif Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/billing/catalog/plans/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Moesif Plan" }, { "info": { "name": "List all Moesif Prices for a specific Plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/catalog/prices", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all Moesif Prices for a specific Plan" }, { "info": { "name": "Create a new Moesif Price", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/billing/catalog/prices", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new Moesif Price" }, { "info": { "name": "Get a Moesif Price", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/catalog/prices/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the Moesif Price for a specific Plan for authenticated users" }, { "info": { "name": "Update a Moesif Price", "type": "http" }, "http": { "method": "PUT", "url": "https://api.moesif.com/v1/~/billing/catalog/prices/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Moesif Price" }, { "info": { "name": "Delete a Moesif Price", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/billing/catalog/prices/:id", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Moesif Price" } ] } ], "bundled": true }