{ "opencollection": "1.0.0", "info": { "name": "Forem API V1 agent_sessions profile images API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "profile images", "type": "folder" }, "items": [ { "info": { "name": "A Users or organizations profile image", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/api/profile_images/:username", "params": [ { "name": "username", "value": "janedoe", "type": "path", "description": "The parameter is the username of the user or the username of the organization." } ] }, "docs": "This endpoint allows the client to retrieve a user or organization profile image information by its\n corresponding username." }, { "info": { "name": "A Users or organizations profile image", "type": "http" }, "http": { "method": "GET", "url": "https://dev.to/api/profile_images/:username", "params": [ { "name": "username", "value": "janedoe", "type": "path", "description": "The parameter is the username of the user or the username of the organization." } ] }, "docs": "This endpoint allows the client to retrieve a user or organization profile image information by its\n corresponding username." } ] } ], "bundled": true }