Hi there, I am trying to add a license key to our ...
# support-questions-legacy
s
Hi there, I am trying to add a license key to our application. I am getting an
internal error
when I execute the curl request along with errors in the core service logs... I can provide more details. The request is
Copy code
curl --location --request PUT ‘core-service-url/ee/license' --header 'Content-Type: application/json' --header 'api-key: <api-key> --data-raw '{ "licenseKey": “<license key>” }'
9 Views