Authenticate every CollectorsStashMarket API request with a secure key sent in the
Authorization header.
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.
curl https://collectorstashmarket.com/api/cards/search?q=charizard \
-H "Authorization: Bearer csm_live_xxxxxxxxxxxxxxxx"
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.