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.
Operation | Verb | URL Format | Ability Requirements |
---|---|---|---|
Read | GET | https://pi.pardot.com/api/v5/objects/account?<params> | Admin > Account > Edit Settings ability |
Field | Type | Description |
---|---|---|
id | Integer | Account Engagement ID for this instance. |
company | String | Account company. |
level | String | The level of product for the account. |
website | String | Account website. |
pluginCampaignId | Integer | Plugin ID for account campaign. |
addressOne | String | Account contact address, line 1. |
addressTwo | String | Account contact address, line 2. |
city | String | Account contact city. |
state | String | Account contact state. |
zip | String | Account contact territory. |
territory | String | Account contact ZIP code. |
country | String | Account contact country (full string). |
phone | String | Account contact phone number. |
fax | String | Account contact fax number. |
adminId | Integer | ID of the individual who is the admin for this account. |
createdAt | DateTime | The timestamp of when this object was created. |
updatedAt | DateTime | The timestamp of when this object was last updated. |
maximumDailyApiCalls | Integer | Maximum daily API requests based on the timezone for this account. |
apiCallsUsed | Integer | Total daily API requests based on the timezone for this account. |
createdById | Integer | ID of the individual who created this object. |
updatedById | Integer | ID of the individual who created this object. |
admin | User | User object representing the admin for this account. See documentation for User for fields. |
createdBy | User | User object representing the user who created this object. See documentation for User for fields. |
updatedBy | User | User object representing the user who last updated this object. See documentation for User for fields. |
pluginCampaign | Campaign | Campaign 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: