v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCustomers
List customers
List account customers with filtering options.
For each customer, the shorter customer object is returned. This object does not contain the additional informational fields provided for person or company customers.
get/accounts/v2/accounts/{accountId}/customers
Path parameters
accountIdinteger required
Example:6912345
Account ID
Query parameters
pageinteger
Page number.
perPageinteger
Items per page
isOwnerboolean
Is customer the account owner?
entityIdinteger
Example:12345
ID of entity associated with the customer's information
Response
Customer information associated with the given account
Example response
{
"current_page": 1,
"per_page": 15,
"items": [
{
"account_id": 6912345,
"customer": {
"id": 5648988,
"printed_name": "Sarah Toga",
"social_name": "Jack",
"nickname": "Pinto",
"is_active": true
}
}
]
}