This API returns a list of clients linked to a given agency. You can narrow results by specifying filters such as client status, creation date range, and pagination options. The response includes full client details including contact information, addresses (mailing, billing, shipping), account settings, and the profile creation date.
Responses
[
{
"Id": 0,
"ClientId": "string",
"Name": "string",
"Status": "string",
"HomeBranch": "string",
"CreatedDate": "string"
}
]
Modified at 2025-10-01 19:54:01