Get all the cards for a client
GET/v1/card/cards
KEYSET paginated: pass cursor from the previous page’s nextCursor and stop when it is null. No page number and no total — the provider exposes neither. The client_id query parameter is required: the provider has no cross-client card list. status is applied by the provider, so a filtered page is still a full page.
Request
Responses
- 200
- 401
Keyset page
Missing, malformed, unknown, or revoked partner API key.