{
  "data": {
    "type": "conversations",
    "id": "01k5examplec0nversat10n001",
    "attributes": {
      "status": "closed",
      "messages_count": 4,
      "tags": [
        "test-ride"
      ],
      "created_at": "2026-09-01T15:00:00Z",
      "updated_at": "2026-09-06T17:30:00Z",
      "activated_at": "2026-09-01T15:00:00Z",
      "closed_at": "2026-09-06T17:30:00Z",
      "last_message_at": "2026-09-01T15:20:00Z",
      "summary": {
        "who_and_what": "Mike asked Sarah about trying her cargo bike for school drop-off. They arranged a Saturday test ride.",
        "status": "Closed after a test ride."
      },
      "resolution": {
        "close_reason": "Test ride completed",
        "note": "Mike took the test ride and plans to order.",
        "closed_at": "2026-09-06T17:30:00Z",
        "closed_by": "admin"
      }
    },
    "relationships": {
      "advocate": {
        "data": {
          "type": "advocates",
          "id": "01k5exampleadv0cate0000001"
        },
        "links": {
          "related": "https://integrations.stokedhq.com/api/v1/advocates/01k5exampleadv0cate0000001"
        }
      },
      "prospect": {
        "data": {
          "type": "prospects",
          "id": "01k5examplepr0spect0000001"
        },
        "links": {
          "related": "https://integrations.stokedhq.com/api/v1/prospects/01k5examplepr0spect0000001"
        }
      },
      "messages": {
        "data": [
          {
            "type": "messages",
            "id": "900001"
          },
          {
            "type": "messages",
            "id": "900002"
          },
          {
            "type": "messages",
            "id": "900003"
          },
          {
            "type": "messages",
            "id": "900004"
          }
        ]
      }
    },
    "links": {
      "self": "https://integrations.stokedhq.com/api/v1/conversations/01k5examplec0nversat10n001"
    }
  },
  "included": [
    {
      "type": "messages",
      "id": "900001",
      "attributes": {
        "content": "Hi Sarah! I'm thinking about a cargo bike for school drop-off. Could I try yours?",
        "status": "active",
        "source": "sms_relay",
        "created_at": "2026-09-01T15:05:00Z",
        "blocked_at": null
      },
      "relationships": {
        "sender": {
          "data": {
            "type": "prospects",
            "id": "01k5examplepr0spect0000001"
          },
          "links": {
            "related": "https://integrations.stokedhq.com/api/v1/prospects/01k5examplepr0spect0000001"
          }
        }
      }
    },
    {
      "type": "messages",
      "id": "900002",
      "attributes": {
        "content": "Absolutely! I'm free Saturday morning. It fits both of my kids plus groceries.",
        "status": "active",
        "source": "sms_relay",
        "created_at": "2026-09-01T15:10:00Z",
        "blocked_at": null
      },
      "relationships": {
        "sender": {
          "data": {
            "type": "advocates",
            "id": "01k5exampleadv0cate0000001"
          },
          "links": {
            "related": "https://integrations.stokedhq.com/api/v1/advocates/01k5exampleadv0cate0000001"
          }
        }
      }
    },
    {
      "type": "messages",
      "id": "900003",
      "attributes": {
        "content": "Hi both, Alex from the team here. Mike, remember to bring a helmet on Saturday!",
        "status": "active",
        "source": "web",
        "created_at": "2026-09-01T15:15:00Z",
        "blocked_at": null,
        "sender_name": "Alex Placeholder"
      },
      "relationships": {
        "sender": {
          "data": {
            "type": "admins",
            "id": "01k5exampleadm1n0000000001"
          }
        }
      }
    },
    {
      "type": "messages",
      "id": "900004",
      "attributes": {
        "content": "Perfect, see you Saturday at 10. Thanks!",
        "status": "active",
        "source": "sms_relay",
        "created_at": "2026-09-01T15:20:00Z",
        "blocked_at": null
      },
      "relationships": {
        "sender": {
          "data": {
            "type": "prospects",
            "id": "01k5examplepr0spect0000001"
          },
          "links": {
            "related": "https://integrations.stokedhq.com/api/v1/prospects/01k5examplepr0spect0000001"
          }
        }
      }
    }
  ]
}
