Skip to main content
Scenario Demo

Developer API Integration

One POST request. Real-time webhooks. Full lifecycle events. Built for developers who ship fast.

API Request Sent

POST /api/v1/demands

request.sh
POST /api/v1/demands
Content-Type: application/json
Authorization: Bearer ciq_live_sk_...

{
  "card_name": "2023 Topps Chrome Wander Franco RC",
  "set": "Topps Chrome",
  "year": 2023,
  "condition": "PSA 10",
  "max_price_cents": 12000,
  "buyer_email": "dev@example.com",
  "metadata": { "source": "api-demo" }
}

A single POST request creates a demand. Card name, condition, max price, and buyer email — that's it. The API validates the payload, normalizes the card data, and returns a demand object with match and event links. Your integration is one curl away from production.