List Customer Accounts
URL : /api/v1/customer-accounts/
Method : GET
Query parameters
Pagination
Default pagination is 20 results per page.
limit- Number of results to return per page.Example:
limit=20
offset- The initial index from which to return the results.Example:
offset=21
Filtering
The results can be filtered by various attributes on customer account or related to the customer account.
Possible filters:
codenamedescriptionphoneaddressemailreference
Success Response
Code : 200 OK
Content examples :
Last updated
Was this helpful?