Get an Activation Key

Use this API to get the keys required to activate a new sensor. The API response includes your customerId, activationId, and platformUrl.

GET/csapi/v1.3/activationkey

SampleSample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/activationkey" 
--header "Authorization: Bearer <token>"
    

Response

    {
    "customerId": "192cc974-1e44-cb6c-806e-f78f6441cb0d",
    "activationId": "192cc974-1e44-cb6c-806e-f78f6441cb0d",
    "platformUrl": "https://qualysguard.qualys.com/"
}