STALLIGENCEWhere Statistics Meet Intelligence

Developer API Reference

Integrate e-commerce signals, trigger automated repricers, and ingest clean catalogs data directly.

Endpoints

Select an endpoint below to view code examples and response schemas.

CODE SANDBOX PLAYGROUND
REQUEST SNIPPET
curl -X GET "https://api.stalligence.com/api/v1/signals?sku=STAL-SCALE-PRO" \
  -H "Authorization: Bearer YOUR_API_KEY"
RESPONSE PAYLOAD (200 OK)
{
  "sku": "STAL-SCALE-PRO",
  "total_offers": 3,
  "offers": [
    {
      "seller": "Stalligence Official",
      "price": 49.99,
      "in_stock": true,
      "buy_box": true
    },
    {
      "seller": "DiscountReseller",
      "price": 42.50,
      "in_stock": true,
      "buy_box": false
    }
  ]
}
HEADERS: Bearer authenticationSTATE: ACTIVE_API