Solved

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

  • 23 December 2023
  • 1 reply
  • 10 views

Badge

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

icon

Best answer by abhijithvs 26 December 2023, 12:54

View original

1 reply

Badge +1

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