Get all the cardholders for a client
GET/v1/card/cardholders
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, and inventing them would hand you a page control built on numbers that are not real. The client_id query parameter is required: the provider has no cross-client cardholder list.
Request
Responses
- 200
- 401
Keyset page
Missing, malformed, unknown, or revoked partner API key.