Returns a paginated list of cards issued to a specific end user.
Each card includes type, status, masked card number (last 4), brand, expiry, and current balance snapshot.
The user must belong to the authenticated platform.
Documentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
UUID of the user whose cards to list.
Max records per page.
1 <= x <= 200Records to skip.
x >= 0Successful Response
Standard response wrapper for list responses.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Cursor for the next page, if available.