Account Object

Use the account resource to learn about the current user's Account Engagement instance, such as the address, website URL, and account level. Learn more about accounts in Salesforce Help.

Include the authentication header with every request. For information on how to authenticate, see Authentication.

The API to access the Account object collection follows the conventions described in Version 5 Overview.

OperationVerbURL FormatAbility Requirements
ReadGEThttps://pi.pardot.com/api/v5/objects/account?<params>Admin > Account > Edit Settings ability
FieldTypeDescription
idIntegerAccount Engagement ID for this instance.
companyStringAccount company.
levelStringThe level of product for the account.
websiteStringAccount website.
pluginCampaignIdIntegerPlugin ID for account campaign.
addressOneStringAccount contact address, line 1.
addressTwoStringAccount contact address, line 2.
cityStringAccount contact city.
stateStringAccount contact state.
zipStringAccount contact territory.
territoryStringAccount contact ZIP code.
countryStringAccount contact country (full string).
phoneStringAccount contact phone number.
faxStringAccount contact fax number.
adminIdIntegerID of the individual who is the admin for this account.
createdAtDateTimeThe timestamp of when this object was created.
updatedAtDateTimeThe timestamp of when this object was last updated.
maximumDailyApiCallsIntegerMaximum daily API requests based on the timezone for this account.
apiCallsUsed IntegerTotal daily API requests based on the timezone for this account.
createdByIdIntegerID of the individual who created this object.
updatedByIdIntegerID of the individual who created this object.
adminUserUser object representing the admin for this account. See documentation for User for fields.
createdByUserUser object representing the user who created this object. See documentation for User for fields.
updatedByUserUser object representing the user who last updated this object. See documentation for User for fields.
pluginCampaignCampaignCampaign object representing the plugin campaign for this account. See documentation for Campaign for fields.

Retrieve a single account object following the conventions described in the Version 5 Overview.

Example request:

Example response: