{ "opencollection": "1.0.0", "info": { "name": "Opply Activity Feed Welcome Modal API", "version": "0.0.0" }, "items": [ { "info": { "name": "Welcome Modal", "type": "folder" }, "items": [ { "info": { "name": "api_v1_users_welcome_modal_me_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/welcome-modal/me/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Per-user dismissal state for the post-relaunch welcome modal." }, { "info": { "name": "api_v1_users_welcome_modal_me_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/welcome-modal/me/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Per-user dismissal state for the post-relaunch welcome modal." } ] } ], "bundled": true }