Overview
Get Address List for a list of contacts (in CSV format) via an http form post. Results will be returned in an CSV format.
Post Url
https://www.allclients.com/api/2/GetAddressList.aspx
- SSL is requred
- White Label CRM Customers: Replace www.allclients.com with your White Label CRM domain name.
Form Fields
Field | Max Length* | Required | Notes |
response_type | No | Results will be returned in an CSV format. | |
accountid | Yes | Must be numeric. Account ID for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
apikey | Yes | API Key for this account. Found in Settings > API Settings or for White Label CRM in the Admin control panel | |
flagname | No | Must match a flag exactly. Leave blank to return all contacts |
Sample Results
Success Message
"First Name","Last Name","Other First Name","Other Last Name","Merged Name","Company","Address","City","State","Zipcode","Phone" "Test","Person","","","","AllClients LLC","123 Main St","Windsor","CA","95436","707-836-7767"
Sample Failure Message
<?xml version="1.0"?>
<results>
<error>Authentication failed</error>
</results>