cURL
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 } '
{}
Enable or disable card digitization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path parameter: cardId.
Update Card Digitization completed successfully.
The response is of type object.
object