Pardot: Difference between revisions

From Starfish ETL
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Where do I find my "API User Key"?'''<br>
=Overview=
The Starfish Pardot Connector uses the pardot v3 API.  See http://developer.pardot.com/ for more information
=Origin=
==Where do I find my "API User Key"?==
In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.
In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.
==Sample Filters==
Please review the "Supported Search Criteria" page for the endpoint you are using.  For example, for the Lists end point, view: http://developer.pardot.com/kb/api-version-3/lists/#supported-search-criteria.  A few samples are:
<source lang="vb">
name=Act-On Migration: Active All List - MAILABLE CONTACTS
</source>
<source lang="vb">
id_greater_than=80183
</source>

Revision as of 19:25, 19 December 2017

Overview

The Starfish Pardot Connector uses the pardot v3 API. See http://developer.pardot.com/ for more information

Origin

Where do I find my "API User Key"?

In Pardot, hover over the gear icon in the upper right corner of the screen, click settings and click the My Profile tab.

Sample Filters

Please review the "Supported Search Criteria" page for the endpoint you are using. For example, for the Lists end point, view: http://developer.pardot.com/kb/api-version-3/lists/#supported-search-criteria. A few samples are:

name=Act-On Migration: Active All List - MAILABLE CONTACTS
id_greater_than=80183