{ "opencollection": "1.0.0", "info": { "name": "Dev.to Forem Articles Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "An organization", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/organizations/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "The username (slug) of the organization." } ] }, "docs": "Retrieves a single organization by its username (slug)." }, { "info": { "name": "Organization's users", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/organizations/:username/users", "params": [ { "name": "username", "value": "", "type": "path", "description": "The username (slug) of the organization." }, { "name": "page", "value": "", "type": "query", "description": "Pagination page number." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of items per page (max 1000, default 30)." } ] }, "docs": "Retrieves a list of users belonging to the specified organization." }, { "info": { "name": "Organization's Articles", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/organizations/:username/articles", "params": [ { "name": "username", "value": "", "type": "path", "description": "The username (slug) of the organization." }, { "name": "page", "value": "", "type": "query", "description": "Pagination page number." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of items per page (max 1000, default 30)." } ] }, "docs": "Retrieves a list of articles published under the specified organization." } ] } ], "bundled": true }