Authorizations
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Returns the public key for the cards integration service
curl --request GET \
--url https://api.light.inc/v1/card-customers/public-key \
--header 'Authorization: <api-key>'{
"publicKey": "<string>",
"expiryDate": "2023-12-25"
}Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
curl --request GET \
--url https://api.light.inc/v1/card-customers/public-key \
--header 'Authorization: <api-key>'{
"publicKey": "<string>",
"expiryDate": "2023-12-25"
}