{ "opencollection": "1.0.0", "info": { "name": "Novu Activity Channel Connections API", "version": "3.15.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Channel Connections", "type": "folder" }, "items": [ { "info": { "name": "Novu List All Channel Connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.novu.co/v1/channel-connections", "params": [ { "name": "after", "value": "", "type": "query", "description": "Cursor for pagination indicating the starting point after which to fetch results." }, { "name": "before", "value": "", "type": "query", "description": "Cursor for pagination indicating the ending point before which to fetch results." }, { "name": "limit", "value": "10", "type": "query", "description": "Limit the number of items to return (max 100)" }, { "name": "orderDirection", "value": "", "type": "query", "description": "Direction of sorting" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to order by" }, { "name": "includeCursor", "value": "", "type": "query", "description": "Include cursor item in response" }, { "name": "subscriberId", "value": "subscriber-123", "type": "query", "description": "The subscriber ID to filter results by" }, { "name": "channel", "value": "chat", "type": "query", "description": "Filter by channel type (email, sms, push, chat, etc.)." }, { "name": "providerId", "value": "slack", "type": "query", "description": "Filter by provider identifier (e.g., sendgrid, twilio, slack, etc.)." }, { "name": "integrationIdentifier", "value": "slack-prod", "type": "query", "description": "Filter by integration identifier." }, { "name": "contextKeys", "value": "tenant:org-123,region:us-east-1", "type": "query", "description": "Filter by exact context keys, order insensitive (format: \"type:id\")" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all channel connections for a resource." }, { "info": { "name": "Novu Create a Channel Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.novu.co/v1/channel-connections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new channel connection for a resource for given integration. Only one channel connection is allowed per resource and integration." }, { "info": { "name": "Novu Retrieve a Channel Connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.novu.co/v1/channel-connections/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "The unique identifier of the channel connection" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a specific channel connection by its unique identifier." }, { "info": { "name": "Novu Update a Channel Connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.novu.co/v1/channel-connections/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "The unique identifier of the channel connection" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an existing channel connection by its unique identifier." }, { "info": { "name": "Novu Delete a Channel Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.novu.co/v1/channel-connections/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "The unique identifier of the channel connection" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a specific channel connection by its unique identifier." } ] } ], "bundled": true }