cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#KLAVIYO_GET_SEGMENT_SUBSCRIBERS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "KLAVIYO_GET_SEGMENT_SUBSCRIBERS", "parameters": { "segmentId": "<string>", "pushTokens": "<string>", "emails": "<string>", "phoneNumbers": "<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
Segment ID : The ID of the Segment whose subscribers to segments.
Push tokens : Return subscribers with the push token(s) provided. Accepts an array or comma-separated list of push tokens.
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.
Pagination Parameters
Page Cursor
Success
Was this page helpful?