{
  "data": [
    {
      "id": "b754bc2e-4243-4358-b912-55ac1dd81779",
      "slug": "password-reset",
      "title": "Password Reset and Account Access",
      "category": "account",
      "summary": "Request a reset link by email; the link is valid for 60 minutes.",
      "body_markdown": "# Password Reset\n\n1. Request a reset from the sign-in page or ask support.\n2. A reset link is emailed and is valid for **60 minutes**.\n3. Links are single use.\n\nIf the email does not arrive, check spam and confirm the address on the account. Support can trigger a reset with `POST /api/public/v1/auth/password-reset`.",
      "effective_date": "2026-08-13",
      "metadata": {
        "single_use": true,
        "token_ttl_minutes": 60
      }
    },
    {
      "id": "d59c65ec-ce65-477a-a80d-1a15aaec1bec",
      "slug": "privacy",
      "title": "Privacy Policy",
      "category": "legal",
      "summary": "We store order and account data to fulfill orders and never sell personal data.",
      "body_markdown": "# Privacy Policy\n\nBookly stores the information needed to fulfill orders: name, email, shipping address, and order history. We never sell personal data. Customers may request deletion of their account at any time.",
      "effective_date": "2026-08-13",
      "metadata": {
        "sells_data": false,
        "data_retention_years": 7
      }
    },
    {
      "id": "e1d56028-0be2-4df3-a248-7a02ae149cee",
      "slug": "cancellations",
      "title": "Order Cancellation Policy",
      "category": "orders",
      "summary": "Orders can be cancelled any time before they ship.",
      "body_markdown": "# Cancellations\n\nOrders may be cancelled while their status is `processing` or `backordered`. Once an order ships it must be returned instead. Cancelled orders are voided, not charged.",
      "effective_date": "2026-08-13",
      "metadata": {
        "cancellable_statuses": [
          "processing",
          "backordered"
        ]
      }
    },
    {
      "id": "357455eb-0b23-411c-a605-7cf2abb0d95d",
      "slug": "refunds",
      "title": "Refunds Policy",
      "category": "refunds",
      "summary": "Refunds are issued to the original payment method within 5-7 business days of us receiving a return.",
      "body_markdown": "# Refunds Policy\n\n- Refunds are issued once the return is received and inspected.\n- Funds appear on the original payment method within **5-7 business days**.\n- Store credit refunds are instant and never expire.\n- Shipping charges are refunded only when the return is our fault.\n- Partial refunds are available for multi-item orders.",
      "effective_date": "2026-08-13",
      "metadata": {
        "methods": [
          "original_payment",
          "store_credit"
        ],
        "processing_days": "5-7"
      }
    },
    {
      "id": "d76d863a-60a8-4ed0-8f86-ca086adfae83",
      "slug": "returns",
      "title": "Returns Policy",
      "category": "returns",
      "summary": "Most items can be returned within 30 days of delivery for a full refund.",
      "body_markdown": "# Returns Policy\n\n- Returns accepted within **30 days of delivery**.\n- Items must be unread and in original condition, unless damaged on arrival.\n- Damaged or incorrect items are always eligible, with no time limit within 90 days.\n- Ebooks are non-returnable once downloaded.\n- Clearance items are final sale.\n- Return shipping is free for damaged or incorrect items; otherwise a $4.99 label fee is deducted.\n\nStart a return with `POST /api/public/v1/returns`.",
      "effective_date": "2026-08-13",
      "metadata": {
        "window_days": 30,
        "damaged_window_days": 90,
        "restocking_fee_cents": 0,
        "final_sale_categories": [
          "clearance"
        ],
        "non_returnable_formats": [
          "ebook"
        ],
        "return_label_fee_cents": 499
      }
    },
    {
      "id": "53accd37-90b8-47ad-b533-9c1262d2dbc5",
      "slug": "lost-packages",
      "title": "Lost or Missing Packages",
      "category": "shipping",
      "summary": "If tracking stalls for 7 days we will reship or refund at no cost.",
      "body_markdown": "# Lost or Missing Packages\n\nIf tracking has not updated for **7 days**, or a package is marked delivered but was not received, contact support. We will reship the order or issue a full refund — your choice. No proof of loss is required.",
      "effective_date": "2026-08-13",
      "metadata": {
        "options": [
          "reship",
          "refund"
        ],
        "stalled_tracking_days": 7
      }
    },
    {
      "id": "0469458e-fce6-4cb0-a80e-06999dd8866e",
      "slug": "shipping",
      "title": "Shipping Policy",
      "category": "shipping",
      "summary": "Ground shipping is $4.99 and free over $35. Delivery takes 2-7 business days.",
      "body_markdown": "# Shipping Policy\n\n| Service | Cost | Delivery |\n| --- | --- | --- |\n| Ground | $4.99 (free over $35) | 3-7 business days |\n| Two-day | $9.99 | 2 business days |\n| Overnight | $24.99 | 1 business day |\n\nOrders placed before 1pm ET ship the same business day. We ship to the US and Canada. Ebooks are delivered instantly by email.",
      "effective_date": "2026-08-13",
      "metadata": {
        "carriers": [
          "UPS",
          "FedEx",
          "USPS",
          "DHL"
        ],
        "ground_cost_cents": 499,
        "two_day_cost_cents": 999,
        "overnight_cost_cents": 2499,
        "free_shipping_threshold_cents": 3500
      }
    }
  ],
  "meta": {
    "request_id": "req_a9owatvwmss4ai04",
    "count": 7
  }
}