cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#KLAVIYO_UNSUBSCRIBE_FROM_LIST' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "KLAVIYO_UNSUBSCRIBE_FROM_LIST", "parameters": { "listId": "<string>", "profileId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
The ID of the list that this subscriber will be added to
Profile ID
Success
Was this page helpful?