data/client_list
Important: An API Key is required to work with these API Calls
Returns the list of clients the user has permissions to see
Sample Request
http://api.verifiapp.com/data/client_list/{API-KEY}/{PROJECT_ID}
The {PROJECT_ID} parameter is optional. It would filter the clients available for the given project.
Sample Response
{"result":"success","results":[{"id":"3","business_name":"UPC Communications Ireland Ltd"}]}
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: |
| id | The unique client ID |
| business_name | The Name of the client |