{ "opencollection": "1.0.0", "info": { "name": "Replit Deployments Users API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get Current User", "type": "http" }, "http": { "method": "GET", "url": "https://replit.com/api/v1/user" }, "docs": "Get information about the authenticated user." }, { "info": { "name": "Get a User", "type": "http" }, "http": { "method": "GET", "url": "https://replit.com/api/v1/users/:username", "params": [ { "name": "username", "value": "", "type": "path", "description": "The user's username." } ] }, "docs": "Get public profile information for a user." }, { "info": { "name": "List User Repls", "type": "http" }, "http": { "method": "GET", "url": "https://replit.com/api/v1/users/:username/repls", "params": [ { "name": "username", "value": "", "type": "path", "description": "The user's username." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "List all public Repls for a given user." } ] } ], "bundled": true }