{
"omni_user_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/score/user/identity/selectBatch' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_user_uuids": [
"string"
]
}'
{
"request_id": "2655983fec4e2df6948d9dcc4702367f",
"code": 0,
"msg": "success",
"data": {
"success_data": [
{
"omni_user_uuid": "M3FeN7qC5epDELaVQstfVK",
"score_level": "优先培育",
"score": 10
}
],
"error_data": []
},
"timestamp": 1719888149715
}