Get cards given customerId
This operation will respond with a list of cards given the customerId
GET
Get cards given customerId
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The customer id to fetch list of cards for
Query Parameters
The audit user to log the request
Current page
How many cards should be returned per page, default is 30. Cannot be more than 100.
Required range:
1 < x < 100Response
Successful lookup of cards
The response is of type any.
Get cards given customerId

