cURL
curl --request POST \ --url https://sandbox-api.cardcore.cloud/institutions/cards/enroll2fa \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cardIds": [ "{{cardId}}" ] } '
{}
Enroll one or more cards into 2FA.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enroll Cards 2FA completed successfully.
The response is of type object.
object