{ "opencollection": "1.0.0", "info": { "name": "Novu Activity Layouts API", "version": "3.15.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Layouts", "type": "folder" }, "items": [ { "info": { "name": "Novu List All Layouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.novu.co/v2/layouts", "params": [ { "name": "limit", "value": "10", "type": "query", "description": "Number of items to return per page" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of items to skip before starting to return results" }, { "name": "orderDirection", "value": "", "type": "query", "description": "Direction of sorting" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to sort the results by" }, { "name": "query", "value": "", "type": "query", "description": "Search query to filter layouts" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a list of layouts with optional filtering and pagination" }, { "info": { "name": "Novu Create a Layout", "type": "http" }, "http": { "method": "POST", "url": "https://api.novu.co/v2/layouts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new layout in the Novu Cloud environment" }, { "info": { "name": "Novu Retrieve a Layout", "type": "http" }, "http": { "method": "GET", "url": "https://api.novu.co/v2/layouts/:layoutId", "params": [ { "name": "layoutId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches details of a specific layout by its unique identifier **layoutId**" }, { "info": { "name": "Novu Update a Layout", "type": "http" }, "http": { "method": "PUT", "url": "https://api.novu.co/v2/layouts/:layoutId", "params": [ { "name": "layoutId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the details of an existing layout, here **layoutId** is the identifier of the layout" }, { "info": { "name": "Novu Delete a Layout", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.novu.co/v2/layouts/:layoutId", "params": [ { "name": "layoutId", "value": "", "type": "path", "description": "The unique identifier of the layout" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes a specific layout by its unique identifier **layoutId**" }, { "info": { "name": "Novu Duplicate a Layout", "type": "http" }, "http": { "method": "POST", "url": "https://api.novu.co/v2/layouts/:layoutId/duplicate", "params": [ { "name": "layoutId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Duplicates a layout by its unique identifier **layoutId**. This will create a new layout with the content of the original layout." }, { "info": { "name": "Novu Generate Layout Preview", "type": "http" }, "http": { "method": "POST", "url": "https://api.novu.co/v2/layouts/:layoutId/preview", "params": [ { "name": "layoutId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Generates a preview for a layout by its unique identifier **layoutId**" }, { "info": { "name": "Novu Get Layout Usage", "type": "http" }, "http": { "method": "GET", "url": "https://api.novu.co/v2/layouts/:layoutId/usage", "params": [ { "name": "layoutId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves information about workflows that use the specified layout by its unique identifier **layoutId**" } ] } ], "bundled": true }