Skip to main content
PUT
/
api
/
cost
/
v1
/
licenseKey
Add kubecost license key
curl --request PUT \
  --url https://api.example.com/api/cost/v1/licenseKey \
  --header 'Content-Type: application/json' \
  --header 'X-Domino-Api-Key: <api-key>' \
  --data '
{
  "key": "<string>"
}
'
{
  "key": "<string>",
  "description": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Kubecost License Key

key
string
required

License Key to be set on Kubecost

Response

Success

key
string
required

License Key set on Kubecost

description
string