cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#KLAVIYO_GET_LIST_SUBSCRIBER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "KLAVIYO_GET_LIST_SUBSCRIBER", "parameters": { "listId": "<string>", "emails": "<string>", "phoneNumbers": "<string>", "pushTokens": "<string>", "paginationParameters": { "pageCursor": "<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
Emails : Return subscribers with the email(s) provided. Accepts an array or comma-separated list of email addresses.
Phone numbers : Return subscribers with the phone number(s) provided. Accepts an array or comma-separated list of phone numbers.
Push tokens : Return subscribers with the push token(s) provided. Accepts an array or comma-separated list of push tokens.
Pagination Parameters
Page Cursor
Success
Was this page helpful?