{ "opencollection": "1.0.0", "info": { "name": "Envato Market Author User API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "List the authenticated buyer's purchases", "type": "http" }, "http": { "method": "GET", "url": "https://api.envato.com/v3/market/buyer/list-purchases", "params": [ { "name": "include_all_purchases", "value": "", "type": "query" } ] }, "docs": "List the authenticated buyer's purchases" }, { "info": { "name": "Get the authenticated user's account info", "type": "http" }, "http": { "method": "GET", "url": "https://api.envato.com/v1/market/private/user/account.json" }, "docs": "Get the authenticated user's account info" }, { "info": { "name": "Get a public user profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.envato.com/v1/market/user:username.json", "params": [ { "name": "username", "value": "", "type": "query" } ] }, "docs": "Get a public user profile" }, { "info": { "name": "Count items per site for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.envato.com/v1/market/user/items-by-site:json", "params": [ { "name": "username", "value": "", "type": "query" } ] }, "docs": "Count items per site for a user" } ] } ], "bundled": true }