Get Cards by Cardholder ID
Send a request to this endpoint to retrieve a list of main cards associated with a cardholder.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional audit user header
Path Parameters
Enfuce generated unique identifier of the cardholder.
Query Parameters
Zero-based page index (0..N)"
x >= 0The size of the page to be returned.
1 <= x <= 100Response
Successful retrieval of main cards.
Total number of elements across all pages in the entire dataset.
Total number of pages calculated based on the total number of elements and the page size.
Indicates whether the current page is the first page.
Indicates whether the current page is the last page.
The current page number (0-based index).
The number of elements present in the current page.
The size of the page, i.e., the maximum number of elements per page.
1 <= x <= 100
