v1
latestOpenAPI 3.1.02026-07-24680631.6 KBList Customers
Get all customer associated with the partner
get/partner/customers
Query parameters
limitstring
Get total number of records at a time
skipstring
Number of records to skip at a time
fromstring date
from date(YYYY-MM-DD)
Headers
api-keystring required
API key
auth-keystring required
Auth key generated using API key & secret
Response
200
Example response
{
"status": 200,
"doc": [
{
"custId": "13578363-5daa-4761-872e-526fbc38f3da",
"firstName": "stockal",
"lastName": "test",
"username": "dwtesteight@stockal.com",
"email": "dwtesteight@stockal.com",
"idNo": "fgrte9534n",
"riskTolerance": "Conservative",
"networthTotal": "$0 - $24,999",
"networthLiquid": "$0 - $4,999",
"annualIncome": "$0 - $24,999",
"investmentExperience": "Limited",
"investmentObjectives": "Capital Preservation",
"employmentStatus": "Student",
"dob": "1994-03-01",
"zipPostalCode": "23234",
"countryID": "IND",
"stateProvince": "Delhi (NCT)",
"city": "New Delhi",
"addressLine2": "ford hill, church town ",
"addressLine1": "hrs sector-7\t",
"createdAt": "2019-03-19T14:31:38.091Z"
}
]
}