Solved

How can i make request for the active subscription to klaviyo

  • 22 June 2022
  • 1 reply
  • 20 views

Badge +1

Hi ,

I am sending some identifier to klaviyo for the active subscription using this way

 

and receiving the response 1 while getting this response not get it response val.

can you please tell me where these value is store into the klaviyo and how can i get the response for this to know my identifiers is saved into the klaviyo

icon

Best answer by Dov 22 June 2022, 21:38

View original

1 reply

Userlevel 7
Badge +61

Hi @Sunil_1999,

Thanks for sharing this question with us.

The first call looks ok and that property “ActiveSubscriber” should be displayed under the “Custom Properties” section of the profile. That can be found on the right-hand side of the profile. For more information on properties, see our guide here. We also have a guide on profiles.

In terms of the second call, you’ll have to convert the JSON to base64. Then insert that at the end of the request URL 

So it should look something like this:

I hope that’s helpful!

Reply