Enable License

Enables a single license, if the requesting manager has access permissions to it.

Endpoint: /api/v1/licenses/{id}/enable/ Method: POST

Success Response

Code: 200 OK

response.json
{
    "message": "License enabled."
}

Was this helpful?