{
  "data": [
    {
      "type": "advocates",
      "id": "01k5exampleadv0cate0000001",
      "attributes": {
        "first_name": "Sarah",
        "last_name": "Example",
        "email": "sarah@example.com",
        "phone_number": "+12025550100",
        "handle": "sarah-e",
        "profile_url": "https://example-bikes.stokedhq.com/sarah-e",
        "status": "active",
        "tags": [
          "cargo-bike"
        ],
        "headline": "Longtail owner, school-run veteran",
        "description": "Ask me anything about carrying two kids and the groceries.",
        "display_name": "Sarah",
        "display_location": "Springfield, IL",
        "address": {
          "address_1": "123 Example St",
          "address_2": null,
          "city": "Springfield",
          "state": "IL",
          "postal_code": "62701",
          "country_code": "USA"
        },
        "latitude": 39.8,
        "longitude": -89.65,
        "custom_fields": {
          "bike_model": "Longtail",
          "accessories": [
            "Rain cover",
            "Child seats"
          ]
        },
        "visible_on_map": true,
        "conversations_count": 1,
        "created_at": "2026-08-20T14:00:00Z",
        "updated_at": "2026-09-01T15:00:00Z",
        "deleted_at": null
      },
      "relationships": {
        "conversations": {
          "links": {
            "related": "https://integrations.stokedhq.com/api/v1/conversations?filter%5Badvocate%5D=01k5exampleadv0cate0000001"
          }
        }
      },
      "links": {
        "self": "https://integrations.stokedhq.com/api/v1/advocates/01k5exampleadv0cate0000001"
      },
      "meta": {
        "pii": true
      }
    }
  ],
  "links": {
    "self": "https://integrations.stokedhq.com/api/v1/advocates?filter%5Bstatus%5D=active&page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "first": "https://integrations.stokedhq.com/api/v1/advocates?filter%5Bstatus%5D=active&page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "prev": null,
    "next": null,
    "last": "https://integrations.stokedhq.com/api/v1/advocates?filter%5Bstatus%5D=active&page%5Bnumber%5D=1&page%5Bsize%5D=50"
  },
  "meta": {
    "page": 1,
    "per_page": 50,
    "total_count": 1,
    "total_pages": 1
  }
}
