GET
/
v1
/
application
/
{id}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v1/application/{id}
{
  "applicationName": "APPLICATION",
  "enabled": true,
  "additionalValues": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "printed": true,
  "contactPriorityLevel": 128,
  "contactlessPriorityLevel": 128,
  "digitalLayoutCode": "abc123abc",
  "accountId": "1234567890",
  "id": "1234567890",
  "maskedCardNumber": "123456______4285",
  "productCode": "MC_CARD_2, VISA_CARD1, VISA_VIRTUAL_3, MC_VIRTUAL_2, VISA_CARD",
  "referenceNumber": "123456789123456",
  "regionAndEcommBlocking": {
    "ecomm": true,
    "africa": true,
    "asia": true,
    "europe": true,
    "home": true,
    "northAmerica": true,
    "oceania": true,
    "southAmerica": true
  },
  "status": "CARD_OK",
  "statusDate": "2020-05-12T13:18:05",
  "usageLimits": [
    {
      "code": "24H",
      "values": [
        {
          "code": "ATM",
          "reset": true,
          "singleAmount": 1000,
          "count": 5,
          "sumAmount": 1200,
          "availableAmount": 1200,
          "availableCount": 1200,
          "usedAmount": 1200,
          "usedCount": 1200
        }
      ]
    }
  ]
}

Path Parameters

id
string
required

The card id for given application

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful lookup of the application

The response is of type object.