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