{ "opencollection": "1.0.0", "info": { "name": "Smokeball Activity Codes Portal API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Portal", "type": "folder" }, "items": [ { "info": { "name": "Creates a portal task", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/matters/:matterId/portal/tasks", "params": [ { "name": "matterId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new client portal task associated with the specified matter." }, { "info": { "name": "Sends a portal message", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/matters/:matterId/portal/messages", "params": [ { "name": "matterId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a message to the specified contact on the client portal. \r\n\r\nWhen using the Client Credentials grant type, include the UserId header to impersonate\r\nthe lawyer in the firm who is sending the message." }, { "info": { "name": "Patch a portal task", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.smokeball.com/matters/:matterId/portal/tasks/:taskId", "params": [ { "name": "matterId", "value": "", "type": "path" }, { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a client portal task." } ] } ], "bundled": true }