Skip to main content
GET
/
v1
/
card-customers
/
public-key
Get card integration public key
curl --request GET \
  --url https://api.light.inc/v1/card-customers/public-key \
  --header 'Authorization: <api-key>'
{
  "publicKey": "<string>",
  "expiryDate": "2023-12-25"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Query Parameters

companyEntityId
string<uuid>

Response

default - application/json;charset=UTF-8

default response

publicKey
string
expiryDate
string<date>
I