Reinstate sensor

POST https://daas.digicert.com/apicontroller/v1/sensor/reinstate
Use this endpoint to reinstate the sensor.

Example requests and responses

cURL

curl --location --request POST 'https://daas.digicert.com/apicontroller/v1/sensor/reinstate' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"accountId":5153184,"divisionIds":[677793],"licenseKey":[{{license_key}}],"reason":null}'

200 OK

[
    {
        "error": null,
        "data": {
            "id": "6DE804CF68C9CF06",
            "message": "Sensor Reinstated Successfully"
        }
    }
]

Request parameters

NameReq/OptTypeDescription
accountIdrequiredstringAccount ID.
divisionIdsrequiredintegerDivision ID.
licenseKeyrequiredstringLicense key of the sensor to reinstate.
reasonoptionalstringReason for reinstating the sensor.

Request parameters

NameTypeDescription
errorobjectIncludes the error code, if any.
dataobjectObject container for response.
.. idstringLicense key of the reinstated sensor.
.. messagestringMessage with additional information about the request.