{
"customerId": 8
}
curl --location --request POST '/api/v3/clue/get' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 8
}'
{
"code": 0,
"message": "ok",
"data": {
"customerId": 410983932389440,
"isClue": false,
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": null
},
{
"field": "description",
"type": 1,
"valueAsText": "u 诶IE"
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"145678388\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "打马赛克就"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": null
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "396823724189760"
}
],
"tagIds": [],
"createTime": "2021-05-11 15:15:48",
"lastUpdateTime": "2021-05-11 15:15:48"
}
}