You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 Next »
Parameters used in all requests are described here.
The method allows changing the status of the current user's subscriptions to notification channels.
See "Basic Details" above for more information on required parameters.
Name
Description
email
The current user's Email.
HTTP status code
The request was successful.
The response is JSON type with the following properties:
Current status. Can have one of two values:
The text of the error if it occurred
curl 'https://api.personaclick.com/subscriptions/manage' \ -X 'POST' \ -H 'content-type: application/x-www-form-urlencoded' \ -d 'email=john.doe%40examplemail.com&email_bulk=true&email_chain=true&email_transactional=false&sms_bulk=false&sms_chain=true&sms_transactional=false&shop_id=0d42fd8b713d0752776ca589cc0056&shop_secret=0123456789abcdef0123456789abcdef'