Jump to Content
ReverbGuides & Tutorials
HomeGuides & Tutorials
Guides & TutorialsLog InReverb
Log In

About The API

  • Getting Started
  • HTTP Headers
  • Rate Limiting and Terms of Service
  • Error Handling

Changelog

  • Changelog Update: 10/11/21

Authentication

  • Create a Personal Token
  • Personal Token Scopes

How To...

  • Build an E-Commerce Sync Integration

Create New Listings

  • Create Listings

Manage Existing Listings

  • Find and Update Listings
  • Image Updating
  • Manage Drafts
  • Manage Bumps
  • Manage Sales
  • Manage Direct Offers

Order Management

  • Retrieve Orders
  • Ship Orders
  • Tying Orders Together
  • Manage Refund Requests
  • Manage Negotiations

Payment Information

  • Payments and PayPal Transactions
  • Read Payouts

Manage Shop Settings

  • Vacation Mode
  • Account Details
  • Manage Messages
  • Manage Feedback

Testing on Sandbox

  • Testing on Sandbox

More Integrations

  • Embed Reverb in your website
  • Integration Apps (Shopify, Bigcommerce, Magento, Quickbooks)
  • Client Libraries

Troubleshooting

  • Debugging an API request
  • Debugging Integration Sync Issues (Bigcommerce, Shopify, Magento)

Account Details

Suggest Edits

Retrieve your account details:

curl -XDELETE 
-H "Content-Type: application/hal+json" 
-H "Accept: application/hal+json" 
-H "Accept-Version: 3.0" 
-H "Authorization: Bearer [personal_token]"
https://api.reverb.com/api/my/account

Updated about 1 month ago