LIST all Accounts
GET {{base_url}}/api/dynamicapi?api_code=3&entity_code=69
The List All Accounts endpoint provides a paginated list of all accounts in the system. You can filter or sort the results based on fields like AccountStatus, AccountType, or other attributes. This endpoint is ideal for displaying account overviews or generating reports.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
api_code | number | ||
entity_code | number |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
UserName | string | ||
AppKey | string | ||
AccessToken | string |