{ "opencollection": "1.0.0", "info": { "name": "Reverb Accounts My API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "My", "type": "folder" }, "items": [ { "info": { "name": "Authenticated user's account", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/account" }, "docs": "Authenticated user's account" }, { "info": { "name": "Authenticated user's saved addresses", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/addresses" }, "docs": "Authenticated user's saved addresses" }, { "info": { "name": "Authenticated user's saved credit cards", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/credit_cards" }, "docs": "Authenticated user's saved credit cards" }, { "info": { "name": "Counters for the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/counts" }, "docs": "Counters for the authenticated user" }, { "info": { "name": "Authenticated user's activity feed", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/feed" }, "docs": "Authenticated user's activity feed" }, { "info": { "name": "Feedback the user has sent", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/feedback/sent" }, "docs": "Feedback the user has sent" }, { "info": { "name": "Feedback the user has received", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/feedback/received" }, "docs": "Feedback the user has received" }, { "info": { "name": "Followed shops, brands, and searches", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/follows" }, "docs": "Followed shops, brands, and searches" }, { "info": { "name": "Authenticated user's message conversations", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/conversations" }, "docs": "Authenticated user's message conversations" }, { "info": { "name": "Recently viewed listings", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/viewed_listings" }, "docs": "Recently viewed listings" }, { "info": { "name": "Watchlists and saved lists", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/lists" }, "docs": "Watchlists and saved lists" }, { "info": { "name": "Authenticated seller's listings", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/listings" }, "docs": "Authenticated seller's listings" }, { "info": { "name": "Draft listings for the authenticated seller", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/listings/drafts" }, "docs": "Draft listings for the authenticated seller" }, { "info": { "name": "Negotiations where the user is the buyer", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/negotiations/buying" }, "docs": "Negotiations where the user is the buyer" }, { "info": { "name": "Negotiations on the authenticated seller's listings", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/listings/negotiations" }, "docs": "Negotiations on the authenticated seller's listings" }, { "info": { "name": "All orders where the user is the buyer", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/buying/all" }, "docs": "All orders where the user is the buyer" }, { "info": { "name": "Unpaid buying orders", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/buying/unpaid" }, "docs": "Unpaid buying orders" }, { "info": { "name": "All orders where the user is the seller", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/selling/all" }, "docs": "All orders where the user is the seller" }, { "info": { "name": "Unpaid selling orders", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/selling/unpaid" }, "docs": "Unpaid selling orders" }, { "info": { "name": "Selling orders awaiting shipment", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/selling/awaiting_shipment" }, "docs": "Selling orders awaiting shipment" }, { "info": { "name": "Orders awaiting feedback from the user", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/my/orders/awaiting_feedback" }, "docs": "Orders awaiting feedback from the user" } ] } ], "bundled": true }