GET
/
ext
/
v1
/
card-customers
/
public-key
Reads a public key of the cards integration
curl --request GET \
  --url https://api.light.inc/rest/ext/v1/card-customers/public-key
{
  "publicKey": "<string>",
  "expiryDate": "2023-12-25"
}

Query Parameters

companyEntityId
string<uuid>

Response

default - application/json;charset=UTF-8

default response

The response is of type object.