Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the public key for the cards integration service
cURL
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.
default response