Overview
List Team Members for an account based on information sent via an http form post.
VIP -PREMIUM PARTNERSHIP REQUIRED
This particular API is part of the account control class which are only available to certain partners.
If you would like access to this API please contact more than rewards to learn more about our premium partnerships.
IMPORTANT
You'll need a "vippartnerapikey" or your data center will need to be white listed, for more info call More Than Rewards.
Post Url
* PLEASE NOTICE - THE BASE URL PREFIX IS "PORTAL" NOT "HYPERDRIVEPRO"
https://portal.morethanrewards.com/api/hyperdrive/getteammembers/
- SSL is required
Form Fields
Field | Max Length* | Required | Notes |
response_type | Yes | Set this field value to json to return results in JSON format | |
accountid | Yes | Must be numeric. Account ID for this account. | |
apikey | Yes | API Key for this account. | |
VIPPartnerAPIKey
| Yes | VIP Partner API Key (this is not required if you're IP range is white listed) |
Sample Results
Success Message
<results>
<teammembers>
<teammember>
<teammemberid>10001</teammemberid>
<email>test@email.com</email>
<user_level>1</user_level>
<display_fullname>Test Smith</display_fullname>
<display_hexcolor>FFFFFF</display_hexcolor>
<database>Account Owner</database>
<extra_field1>2442</extra_field1>
<extra_field2>12</extra_field1>
</teammember>
</teammembers>
</results>
PARTNER API KEY FAILURE
<?xml version="1.0"?> <results> <error>VIP Partner Key - Authentication failed</error> </results>
DEALER API KEY FAILURE
<?xml version="1.0"?> <results> <error>Authentication failed</error> </results>