Discussions
Add user in Segment REST API popup variable name not found error
about 8 years ago by qchen01
The call we are making is:
URL: https://pushcrew.com/api/v1/segments/117364/subscribers
Header:
Authorization : key=[MyKey]
Body:
{
"subscriber_list":[
"46dadda7874d7530c377f6f207bfa69e"
]
}
It always popup the error message: "message": "Variable named 'subscriber_list' was not found in POST data"
Any idea why?