Account Query
For account retrieval, the GET /account method is used. The user can query accounts based on description, a specific ID, or a list of IDs.
Querying a specific account
The user can retrieve a specific account using the GET /account/{id} method.
Example of querying a specific account:
Response example:
Querying accounts using parameters
The user can provide parameters to query one or multiple accounts simultaneously using the GET /account method. The method will return a list of accounts.
Example of querying accounts using parameters:
Response example:
Last updated