--- title: "Reinstate sensor" source_url: https://dev.digicert.com/certcentral-apis/discovery-api/sensor/reinstate-sensor.html api_method: POST api_endpoint: "/apicontroller/v1/sensor/reinstate" api_url: "https://daas.digicert.com/apicontroller/v1/sensor/reinstate" --- **POST** `https://daas.digicert.com/apicontroller/v1/sensor/reinstate` Use this endpoint to reinstate the sensor. ## Example requests and responses ## cURL ```bash 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 ```json [ { "error": null, "data": { "id": "6DE804CF68C9CF06", "message": "Sensor Reinstated Successfully" } } ] ``` ## Request parameters
Name Req/Opt Type Description
accountId required string Account ID.
divisionIds required integer Division ID.
licenseKey required string License key of the sensor to reinstate.
reason optional string Reason for reinstating the sensor.
## Request parameters
Name Type Description
error object Includes the error code, if any.
data object Object container for response.
.. id string License key of the reinstated sensor.
.. message string Message with additional information about the request.