R

Reverb API

REST discovered

Details
URL
https://api.reverb.com/api
Docs
https://www.reverb-api.com/docs/
Authentication
Reverb Personal Access Token bearer discovered Get token ↗
Authorization: Bearer <credential>

In your Reverb account, go to My ProfileAPI & IntegrationsGenerate 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.