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

Sample

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/"
}
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.