GET
/
v4
/
account
/
{accountId}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v4/account/{accountId}
{
  "embossing": {
    "companyName": "string",
    "firstName": "string",
    "lastName": "string"
  },
  "productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD"
}
{
  "embossing": {
    "companyName": "string",
    "firstName": "string",
    "lastName": "string"
  },
  "productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD"
}

Path Parameters

accountId
string
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 object[].