Skip to main content
Contributor I
December 23, 2023
Solved

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

  • December 23, 2023
  • 1 reply
  • 62 views

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

    This topic has been closed for replies.
    Best answer by abhijithvs

    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.

    1 reply

    Problem Solver III
    December 26, 2023

    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.