You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
The method allows importing audiences both in the general list and in a separate segment.
Name
Description
email
User Email
HTTP status code
The request was successful.
curl 'https://api.personaclick.com/import/audience' \ -X 'POST' \ -H 'content-type: application/json' \ --data-binary '@data.json' # data.json { "shop_id": "0d42fd8b713d0752776ca589cc0056", "shop_secret": "0123456789abcdef0123456789abcdef", "audience": [ {"email": "john.doe@examplemail.com"}, {"email": "vasiliy.pupkin@examplemail.com"} ] }
Page Navigation
Related Pages