{ "opencollection": "1.0.0", "info": { "name": "Lane Theme API", "version": "1.3.43" }, "items": [ { "info": { "name": "Theme", "type": "folder" }, "items": [ { "info": { "name": "Get Theme", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/theme-builder", "params": [ { "name": "user_email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Theme" }, { "info": { "name": "Post Theme Builder Record", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/theme-builder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method creates theme builder record to be configured for application theme" }, { "info": { "name": "Get theme by user email", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/theme-builder/:user_email", "params": [ { "name": "user_email", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method returns the theme of application with respect to user email" }, { "info": { "name": "Updates a theme builder record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/theme-builder/:user_email", "params": [ { "name": "user_email", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method updates theme builder record provided by user_email" } ] } ], "bundled": true }