Skip to content

Instantly share code, notes, and snippets.

@molinto
Created April 19, 2016 11:21
Show Gist options
  • Save molinto/f2fd18187dd1af83ecaa32ba5428c3f2 to your computer and use it in GitHub Desktop.
Save molinto/f2fd18187dd1af83ecaa32ba5428c3f2 to your computer and use it in GitHub Desktop.
Active Campaign API v3
API v3 known endpoints:
[GET with SESSION]
https://SUBDOMAIN.api-us1.com/api/3/tags
https://SUBDOMAIN.api-us1.com/api/3/tags/1
https://SUBDOMAIN.api-us1.com/api/3/contacts
https://SUBDOMAIN.api-us1.com/api/3/contacts/7
https://SUBDOMAIN.api-us1.com/api/3/deals
https://SUBDOMAIN.api-us1.com/api/3/deals/1
https://SUBDOMAIN.api-us1.com/api/3/users
https://SUBDOMAIN.api-us1.com/api/3/users/1
https://SUBDOMAIN.api-us1.com/api/3/lists
https://SUBDOMAIN.api-us1.com/api/3/lists/1
https://SUBDOMAIN.api-us1.com/api/3/automations
https://SUBDOMAIN.api-us1.com/api/3/automations/1
https://SUBDOMAIN.api-us1.com/api/3/forms
https://SUBDOMAIN.api-us1.com/api/3/forms/1
[GET without SESSION]
https://SUBDOMAIN.api-us1.com/api/3/tags&api_key=API_KEY
GMAIL - CHROME EXTENSION CALLS (.CRX)
-------------------------------------------------------------------
https://gmail.app-us1.com/resource.php?type=js&name=content
https://gmail.app-us1.com/resource.php?type=html&name=modal_automation
https://gmail.app-us1.com/resource.php?type=html&name=modal_deal
https://gmail.app-us1.com/resource.php?type=html&name=section_automations
https://gmail.app-us1.com/resource.php?type=html&name=section_info
https://gmail.app-us1.com/resource.php?type=html&name=section_deals
https://gmail.app-us1.com/resource.php?type=html&name=main
https://gmail.app-us1.com/?apikey=API_KEY&accounturl=SUBDOMAIN.activehosted.com&email=EMAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment