cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MAILCHIMP_GET_CONTACTS_FROM_LIST' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "MAILCHIMP_GET_CONTACTS_FROM_LIST", "parameters": { "listId": "<string>", "paginationParameters": { "count": 123, "offset": 123 } } } '
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
List ID : The ID of the list to get contacts from.
Pagination Parameters
Count of records to fetch per page default is 100
Offset of records to fetch default 0
Success
Was this page helpful?