Documentation

API reference, SDK examples and integration guides to get you live in minutes.

Quickstart

Make your first API call in 5 minutes.

API reference

REST endpoints and data schemas.

Webhooks

Event stream, signature verification, retries.

Guides

Trendyol → Shopify, WMS sync, Discord tickets.

Example: your first API call

curl -X POST https://api.xanny.space/v2/orders/sync \
  -H "Authorization: Bearer $XANNY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source": "trendyol",
    "target": "wms.logo",
    "since": "2026-05-01T00:00:00Z"
  }'

Full documentation will be available soon at docs.xanny.space.