Get account information
Get accounts given customerId
This operation will respond with a list of accounts given the customer id
GET
/
v4
/
customer
/
{customerId}
Path Parameters
customerId
string
requiredThe customer id to fetch list of accounts for
Query Parameters
auditUser
string
requiredThe audit user to log the request
page
integer
default: 0Current page
size
integer
default: 30How many accounts should be returned per page, default is 30. Cannot be more than 100.
Response
200 - application/json
The response is of type object[]
.