cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MARKETO_ADD_LEADS_TO_LIST' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MARKETO_ADD_LEADS_TO_LIST", "parameters": { "leadIds": "<string>", "listId": "<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
Lead IDs : IDs of leads to be added to the List (up to 300). You can enter a single ID or an array of IDs.
Specify the List ID that the lead(s) should be added to
Success
Was this page helpful?