GetContactCount

Overview

Get number of contacts (count) based on information sent via an http form post.

Post Url

https://hyperdrivepro.morethanrewards.com/api/2/GetContactCount.aspx

- SSL is required

Form Fields

FieldMax Length*RequiredNotes
response_type
Yes

Set this field value to json to return results in JSON format

accountid
YesMust be numeric. Account ID for this account.
teammemberid
NoDefault is 0 for Account Owner
apikey
YesAPI Key for this account. 

Sample Results

Success Message

<results>
   <contacts>
     <count>95</count>
   </contacts> 
</results>

Sample Failure Message

<?xml version="1.0"?> 
<results>
     <error>Authentication failed</error> 
</results>