R
Reverb API
Details
- URL
-
https://api.reverb.com/api - Docs
- https://www.reverb-api.com/docs/
Authentication
Authorization: Bearer <credential> In your Reverb account, go to My Profile → API & Integrations → Generate New Token, give it a name, and choose scopes. The auth guide recommends public, read_listings, write_listings, read_orders, and write_orders for many ecommerce integrations. Use the token as a Bearer token in the Authorization header. Docs: Create a Personal Token.