List External Payment Cards
List external debit cards. With a Partner API Token this returns every external card registered by consumers on your network; with a Customer Access Token it is scoped to that consumer's own cards. Use `GET /v2/consumers/{consumer_id}/payment-cards/external/` when you already know which consumer you want.
Requires any one of `api:read`, `api:card-management:read`, or `api:consumer-profile:read`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
A page number within the paginated result set.
page_size
Number of results to return per page. Maximum 50.
Response
count
results
next
previous

