Automate reverb
HumDay reads reverb’s own published API description and derives 163 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What reverb is
reverb
API host: api.reverb.com
What HumDay can do in reverb
62 documented operations change something in reverb. The 36 most useful are listed here.
- POSTCreate a new address in your address book
/my/addresses - POSTAdd feedback about an order's buyer
/orders/{order_id}/feedback/buyer - POSTAdd feedback about an order's seller
/orders/{order_id}/feedback/seller - POSTSend a message
/my/conversations/{conversation_id}/messages - POSTCreate a listing
/listings - POSTRegister a webhook
/webhooks/registrations - DELETEUnmark an item wanted.
/wants/{id} - PUTMark an item wanted. Returns 200 on success or 422 on failure.
/wants/{id} - POSTFollow a search
/my/follows/search - POSTSet a user's ArticleCategoryFollows
/my/follows/articles - POSTMarks an order as shipped
/my/orders/selling/{id}/ship - PUTUpdate your shop profile
/shop - POSTMarks an order as received by the buyer
/my/orders/buying/{id}/mark_received - PUTAdd a listing to your wishlist
/my/wishlist/{id} - POSTMarks an order as picked up
/my/orders/selling/{id}/mark_picked_up - POSTCreate a review for a listing
/listings/{slug}/reviews - POSTCreate a review for a product
/products/{slug}/reviews - POSTInitiate a refund for a sold order
/my/orders/selling/{order_id}/refund_requests - POSTAdd listings to a sale
/sales/{sale_id}/listings - DELETERemove a webhook
/webhooks/registrations/{id} - PUTUpdate account details
/my/account - DELETEDisable vacation mode.
/shop/vacation - POSTEnable vacation mode. All listings will be unavailable until vacation mode is turned off.
/shop/vacation - POSTStart a conversation
/my/conversations - PUTUpdate a refund request for a sold order
/my/refund_requests/selling/{id} - DELETEDelete a draft listing.
/listings/{slug} - PUTUpdate a listing
/listings/{slug} - DELETERemove a listing from your wishlist
/my/wishlist/{id} - POSTMake an offer to the seller of a listing
/listings/{id}/offer - POSTFlag a listing for inappropriate content or fraud
/listings/{slug}/flag - PUTMark a conversation read/unread
/my/conversations/{id} - PUTUpdate a review
/products/reviews/{id} - DELETEDelete a follow
/my/follows/{follow_id} - POSTMake an offer to the other participant in the conversation
/conversations/{id}/offer - DELETERemove a listing from a sale
/sales/{sale_id}/listings - DELETEDelete an existing address in your address book
/my/addresses/{address_id}
What HumDay can read from reverb
These are the operations a schedule or a trigger can watch.
- GETA list of wanted items by the user
/wants - GETGet list of payment methods
/payment_methods - GETGet a list of wishlisted items
/my/wishlist - GETList of orders that need feedback
/my/orders/awaiting_feedback - GETDefault search of listings includes only used & handmade.
/listings - GETRetrieve a list of country codes with corresponding subregions
/countries - GETList of supported product categories
/categories - GETDisplay conversation details with messages in natural time order (oldest to newest)
/my/conversations/{id} - GETList of supported product conditions
/listing_conditions - GETGet a list of your lists (wishlist, watch list, etc)
/my/lists - GETShow comparison shopping page
/csps/find - GETSee what the user is following
/my/follows - GETGet a list of payouts
/my/payouts - GETRetrieve a list of live listings for the seller.
/my/listings - GETAll listings including used, handmade, and brand new
/listings/all - GETReturn new or used listings for a comparison shopping page
/comparison_shopping_pages/{id}/listings - GETGet a list of your conversations
/my/conversations - GETReturns order details for a buyer
/my/orders/buying/{id} - GETReturns order details for a seller
/my/orders/selling/{id} - GETList of supported display currencies for browsing listings
/currencies/display - GETList of supported listing currencies for shops
/currencies/listing - GETGet a list of your recently viewed listings.
/my/viewed_listings - GETList of supported shipping providers
/shipping/providers - GETList of all article categories
/articles/categories - GETGet payment
/my/payments/selling/{id} - GETGet accepted payment methods
/shop/payment_methods - GETGet webhook registrations
/webhooks/registrations - GETList of supported product conditions
/shop/listing_conditions - GETFeedback details for an order's buyer
/orders/{order_id}/feedback/buyer - GETFeedback details for an order's seller
/orders/{order_id}/feedback/seller - GETShow comparison shopping page
/comparison_shopping_pages/find - GETList of sent feedback
/my/feedback/sent - GETFollow status for a search
/my/follows/search - GETRetrieve a list your draft listings
/my/listings/drafts - GETReturns a user's ArticleCategoryFollows
/my/follows/articles - GETGet payments
/my/payments/selling - GETList of received feedback
/my/feedback/received - GETGet a list of active negotiations as a buyer
/my/negotiations/buying - GETReturns a set of comparison shopping pages based on the current params
/csps - GETGet a list of active negotiations as a seller
/my/listings/negotiations - GETGet your own shop details
/shop - GETGet a list of refund requests as a seller
/my/refund_requests/selling - GETView reviews of a comparison shopping page
/products/{slug}/reviews - GETReturns the latest negotiation for the requesting user given a listing id
/listings/{id}/negotiation - GETReturns all orders, newest first.
/my/orders/buying/all - GETGet all seller orders, newest first.
/my/orders/selling/all - GETGet details of a webhook registration
/webhooks/registrations/{id} - GETReturns unpaid orders, newest first.
/my/orders/buying/unpaid - GETGet unpaid seller orders, newest first.
/my/orders/selling/unpaid - GETReturns a set of comparison shopping pages based on the current params
/comparison_shopping_pages - GETGet listings from your feed
/my/feed - GETList of shipping profiles for your shop
/shops/{shop_id}/shipping_profiles - GETGet your actionable status counts
/my/counts - GETGet account details
/my/account - GETSee all addresses in your address book
/my/addresses - GETView upcoming and live Reverb official sales.
/sales/reverb - GETView your created sales.
/sales/seller - GETView reviews of a comparison shopping page
/comparison_shopping_pages/{id}/reviews - GETReturns shop vacation status
/shop/vacation - GETGet unpaid seller orders, newest first.
/my/orders/selling/awaiting_shipment - GETFull taxonomy tree of categories including middle categories
/categories/taxonomy - GETRead the line items of a payout
/my/payouts/{id}/line_items - GETGet details on a shop.
/shops/{slug} - GETListing details
/listings/{slug}
How automating reverb works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live reverb account.
- Grant access, then go live. You approve the specific reverb operations it may use — and only those.
Popular reverb integrations
Connect reverb to the tools people pair it with most.
- reverb and OData for namespace microsoft.graphintegration
- reverb and Cloudflareintegration
- reverb and NetBoxintegration
- reverb and GitHubintegration
- reverb and Mistintegration
- reverb and Loket.nlintegration
- reverb and Atlassian The Jira Cloud platformintegration
- reverb and Magento B2Bintegration
- reverb and Stripeintegration
- reverb and Zuora Reference Billingintegration
- reverb and bunqintegration
- reverb and DocuSignintegration
Automate reverb with these
- Magento B2B455 operations
- Klaviyo345 operations
- Agco ATS AGCO277 operations
- BeezUP Merchant210 operations
- Rebilly184 operations
- Jumpseller142 operations
- Swagger API2Cart141 operations
- Just Eat UK97 operations
- Billbee75 operations
- Velopayments Velo Payments75 operations
- Apigee Marketcheck71 operations
- eBay Marketing69 operations
Categories
Questions about reverb automation
- Can HumDay connect to reverb?
- Yes. HumDay reads reverb's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 163 operations are documented.
- Do I need to write code to automate reverb?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your reverb account.
- What can HumDay do in reverb?
- 62 of the 163 documented operations change something in reverb, and 101 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my reverb account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to reverb is held behind that approval.
Where this came from
The operations above are read from a published API description for reverb at s3.amazonaws.com/swagger.reverb.com/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2021-06-21.