Management API
...
Customer
Accounts
List Customer Accounts
4min
show all customer accounts the requesting manager has access permissions to 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 code name description phone address email reference metadata success response code 200 ok content examples { "count" 2, "next" null, "previous" null, "results" \[ { "id" 811, "customers count" 0, "code" "tc4", "name" "test customer company 4", "description" "", "phone" "", "address" "", "email" "", "cognito user pool id" "", "company" 339 }, ] }