Skip to content

Common GrowthZone API Calls

Here is a list of the most commonly used API calls that are requested.

If you are having issues with finding a call that contains the data you need please also check the Curated API and Find API Calls Using the Database Links Pages.

Contacts

Get All Contacts

/contacts

Get basic info for individual by contact id

/api/contacts/personsummary/{ContactId}

Returns expanded individual info based on contact id

Memberships

Filtering Calls

A number of the following Calls can also be done as a POST to filter the information by a number of different things such as Status, Account Number, Contact Type, Email Address etc...

In the Body of the call in raw format you would include the object with the filter you want to use,
Some Common ones used are

{
  "ContactType": "Individual"
}
{
 "CategoryItemId":315395
}
{
"EmailContains": "chambermaster.com"
}
Scroll To Top