customer_touches — populated incrementally by theis_first_touch is preserved on eachAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//customers//journey?limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"customer_id": "string",
"touch_count": 0,
"touches": [
{
"id": "string",
"ts": "string",
"utm_source": "string",
"utm_medium": "string",
"utm_campaign": "string",
"utm_term": "string",
"utm_content": "string",
"gclid": "string",
"fbclid": "string",
"ttclid": "string",
"referrer": "string",
"landing_path": "string",
"campaign_id": "string",
"campaign_name": "string",
"is_first_touch": true
}
]
},
"message": "string"
}