Skip to main content
Solved

How can i make request for the active subscription to klaviyo

  • June 22, 2022
  • 1 reply
  • 26 views

Forum|alt.badge.img+2

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

Best answer by Dov

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!

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

Dov
Forum|alt.badge.img+61
  • Klaviyo Alum
  • 1493 replies
  • Answer
  • June 22, 2022

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!