How do I get the email consent status of a member by email using the API?
I have tried:
'https://a.klaviyo.com/api/v1/person/PERSON_ID?api_key=PRIVATE_KEY'
but it does not return any email or sms status as suggested in this forum.
I also looked int track and identify to see if I could get:
$consent: list of strings; eg: 'sms', 'email', 'web', 'directmail', 'mobile']
but the GET method only returns an integer.