REST API

Overview

Licensed workspaces can create API keys from Dashboard → Integrations → API keys. Send:

Authorization: Bearer YOUR_API_KEY

Default rate limit: 60 requests/minute per key. Read scope is included by default; enable write scope to start scans.

Base URL: your app origin (e.g. https://bunnyscan.com).

Endpoints

MethodPathDescription
GET/api/v1/meOrganization, marketplace, key scopes
GET/api/v1/storefront-scans?limit=25Recent storefront scans
GET/api/v1/storefront-scans/:scanIdScan detail
POST/api/v1/storefront-scansStart light scan (write scope)
GET/api/v1/wholesale-scans?limit=25Recent wholesale file scans
GET/api/v1/asin/:asinCached ASIN snapshot
GET/api/v1/asin/:asin/offersLive offers for an ASIN
POST/api/v1/asin/:asin/pricingRecalculate profit from buy/sale price
POST/api/v1/asin/:asin/quick-checkLive profit and ungating check (write; one analysis)
GET/api/v1/seller/:sellerId/display-nameSeller display name
POST/api/v1/shortlistAdd ASIN to workspace shortlist (write)

Sign in and open Integrations → API keys for curl examples and automation recipes.