{
"token": "b28fe61b-966e-445d-a88d-22086bdf4597",
"param": {
"corpId": "ww9a129eb2756a904f",
"source": "CDP_CROWD_PACK",
"selfAgent": 0
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/marketing/crowd-pack/list' \
--header 'Access-token: 8f8ddbfa-056e-4601-b764-87c742f5c6ca' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "b28fe61b-966e-445d-a88d-22086bdf4597",
"param": {
"corpId": "ww9a129eb2756a904f",
"source": "CDP_CROWD_PACK",
"selfAgent": 0
}
}'
{
"code": "0",
"message": "success",
"result": {
"code": "0",
"message": "success",
"result": [
{
"id": 501,
"name": "人群包1"
},
{
"id": 503,
"name": "人群包3(update)"
},
{
"id": 504,
"name": "人群包3"
}
],
"traceId": "48bbdfdc68cf4d36964ca477f5a4042a"
}
}