Discussions
Error 403 forbidden "Feature access: disabled" when try to convert user
3 months ago by Matteo V.
Hi, i'm trying to call endpoint /api/v3/campaign/participant/convert to convert a user but i receive this error.
Why?
curl --request POST
--url https://app.viral-loops.com/api/v3/campaign/participant/convert
--header 'accept: application/json'
--header 'apiToken: xxxxxxxx'
--header 'content-type: application/json'
--data '
{
"user": {
"email": "[email protected]"
}
}
'
Start typing markdown or type / to insert a block