Skip to main content
Contributor IV
May 31, 2023
Solved

Regarding klaviyo client subscription api of v2023

  • May 31, 2023
  • 12 replies
  • 1641 views

Hello I am using 2023 api that is this one https://a.klaviyo.com/client/subscriptions/?company_id=my company id to subscribe profiles in list I m able to that with postman but with node api I am getting 202 accepted but the data is not getting stored and also my list have single opt in enabled kindly help me with this I m not getting error but data not getting stored except data sent with postman.Any help would be appreciated. 

I have verified my body databy consoling there is no error in json format

    This topic has been closed for replies.
    Best answer by David To

    Hello @Abrar22,

    Welcome to the Klaviyo Community!

    If you’re getting a 202 status, that means the request has been received but not yet acted upon. This status is returned for requests that were accepted but are processed asynchronously. 

    Glad you already ruled out double opt-in wasn’t the setting prevent users from ending up on the list. Since you also aren’t seeing the profile created in Klaviyo, this leads me to suspect you may have triggered our list bombing prevention system

    I’ve recently shared some additional resources on this topic which you can find in the Community posts below:

    I hope this helps!

    David

    12 replies

    Abrar22Author
    Contributor IV
    June 8, 2023

    Hii thank u so much for the solution but I wanted to ask one more question is that I am trying to create list via the create list api the list gets created successfully but the problem is that the new list created has double opt in settings enabled by default but how can I make the list created single opt in by default or is there any method any help would be really appreciated

    David To
    Klaviyo Employee
    Klaviyo Employee
    June 9, 2023

    Hey @Abrar22,

    Looks like you’ve also made a duplicate post pertaining to the same question which you can find my answer to below:

    David