Skip to main content
POST
/
management
/
v2.0
/
system
/
license
Set the License via Management UI
curl --request POST \
  --url https://api-trial.cognigy.ai/new/management/v2.0/system/license \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "licensekey": "<string>"
}
'
{
  "message": "The new license was installed within the system."
}

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic Authentication used by routes designed for the Management-UI.

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Body

application/json
licensekey
string
required

Response

Successfully updated the System License

message
string

The success message.

Example:

"The new license was installed within the system."