Skip to main content

POST https://a.klaviyo.com/api/lists/asdasd123123@.

Hi @Ngoctrung6300,

Can you help with which operation you are trying to perform ?

  1. Create a list
  2. Add Profile to List

Incase of Create a list: https://api.surveysparrow.com/api/lists is the API endpoint

Incase of Add Profile to List: https://api.surveysparrow.com/api/lists/<list_id>/relationships/profiles/ is the API endpoint. You can find the list_id in the lists page in UI or use the Get Lists API

 

But you have to add a payload for both these API endpoints.


Reply