Skip to main content

Set a new Unleash license.

POST 

<your-unleash-url>/api/admin/license

Set a new Unleash license. Only available for self-hosted Enterprise customers.

Request

Responses

The resource was successfully created.

Response Headers
    location

    The location of the newly created resource.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/license' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"token": "string"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "token": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!