{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics User Context API", "version": "0.5.2" }, "items": [ { "info": { "name": "User Context", "type": "folder" }, "items": [ { "info": { "name": "Get User Context", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/user_context", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the current user's context." }, { "info": { "name": "Update User Context", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/user_context", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create or update the current user's context." }, { "info": { "name": "Delete User Context", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/user_context", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete the current user's context." } ] } ], "bundled": true }