data/account_list
Important: An API Key is required to work with these API Calls
Returns the list of customer account numbers of the Application
Sample Request
http://api.verifiapp.com/data/account_list/{API-KEY}/
Sample Response
{"result":"success","results":[{"customer_id":"35726","account":""},{"customer_id":"35721","account":"0"},{"customer_id":"69418","account":"0000000"},{"customer_id":"36158","account":"00000000"},{"customer_id":"69487","account":"0003040"},{"customer_id":"69486","account":"0399999"},{"customer_id":"35700","account":"1"},{"customer_id":"43996","account":"1 Ashbrook Terrace"},{"customer_id":"65610","account":"1 Berwick Hall"},{"customer_id":"65647","account":"1 Knocklyon Heights"}]}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | An array containing the following information: |
| customer_id | The unique customer ID |
| account | The account number associated to that customer ID |