Hi, where can I find each contact’s unique hash ?
This is in the API documentation : http://www.activecampaign.com/api/example.php?call=contact_view_hash
Where do you find the hash ?
anyone ?
I can’t seem to find anything in the docs …
It looks like hash is included in the response here:
http://www.activecampaign.com/api/example.php?call=contact_list
Hey @michel602, @court,
That is correct, you can grab the hash from the contact_list
call. You can also construct a hash yourself. According to dev it is an md5 encoded string of email + subscriber_id + email
.
[update]
The above solution for manual hash creation is currently out of date. For future needs, if you need the hash for a Contact, please use the “List All Contacts” API v3 endpoint or reach out to ActiveCampaign directly for information.
Hey all,
Biannca here from our CX team, I just wanted to share the endpoint for “List all contacts” https://developers.activecampaign.com/reference/list-all-contacts
Please don’t hesitate to reply back out if you have any further questions.