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"
}Documentation Index
Fetch the complete documentation index at: https://docs.light.inc/llms.txt
Use this file to discover all available pages before exploring further.
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"
}