📄 Docs ⚙️ Dashboard 💳 Pricing 🔑 Get API Key 🏠 Main Site ↗

API Authentication

Authenticate every CollectorsStashMarket API request with a secure key sent in the Authorization header.

Get an API key

Sign in at /dashboard, click Create API key, give it a label (e.g. "production-pos") and copy the resulting csm_live_xxxxxxxx token. Keys are shown once — store them in your secret manager.

Send the header

curl https://collectorstashmarket.com/api/cards/search?q=charizard \
  -H "Authorization: Bearer csm_live_xxxxxxxxxxxxxxxx"

Tier-based access

Free tier blocks card-recognition and is rate-limited at 60 req/min. Starter, Pro, Business and Unlimited tiers unlock more endpoints, higher quotas and recognition access. See pricing.

Security best practices

Related