GET
/
v3
/
account
/
{accountId}
[
  {
    "accountId": "1234567890",
    "id": "1234567890",
    "customerId": "1234567890",
    "cardRole": "MAIN",
    "status": "CARD_OK",
    "truncatedCardNumber": "<string>"
  }
]
Deprecated: This API endpoint is no longer supported.

Path Parameters

accountId
string<biginteger>
required

The account id to fetch list of cards for

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:30

How many cards should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 < x < 100

Response

200
application/json

Successful lookup of cards

The response is of type listV3CardResponse · object[].