GET
/
institutions
/
cards
/
{cardId}
/
default-pin
Get Default PIN
curl --request GET \
  --url https://sandbox-api.cardcore.cloud/institutions/cards/{cardId}/default-pin \
  --header 'Authorization: Bearer <token>'
{}

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.

Response

200 - application/json

Get Default PIN completed successfully.

The response is of type object.