PUT
/
institutions
/
cards
/
{cardId}
/
digitization
Update Card Digitization
curl --request PUT \
  --url https://sandbox-api.cardcore.cloud/institutions/cards/{cardId}/digitization \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enableDigitization": true
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string
required

Path parameter: cardId.

Body

application/json
enableDigitization
boolean
required

Response

200 - application/json

Update Card Digitization completed successfully.

The response is of type object.