{ "opencollection": "1.0.0", "info": { "name": "Forem API V1 agent_sessions readinglist API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "readinglist", "type": "folder" }, "items": [ { "info": { "name": "Readinglist", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/api/readinglist", "params": [ { "name": "page", "value": "", "type": "query", "description": "Pagination page" }, { "name": "per_page", "value": "", "type": "query", "description": "Page size (the number of items to return per page). The default maximum value can be overridden by \"API_PER_PAGE_MAX\" environment variable." } ] }, "docs": "This endpoint allows the client to retrieve a list of articles that were saved to a Users readinglist.\n It supports pagination, each page will contain `30` articles by default" }, { "info": { "name": "Readinglist", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/readinglist", "params": [ { "name": "page", "value": "", "type": "query", "description": "Pagination page" }, { "name": "per_page", "value": "", "type": "query", "description": "Page size (the number of items to return per page). The default maximum value can be overridden by \"API_PER_PAGE_MAX\" environment variable." } ] }, "docs": "This endpoint allows the client to retrieve a list of articles that were saved to a Users readinglist.\n It supports pagination, each page will contain `30` articles by default" } ] } ], "bundled": true }