post
/public_api/v1/assets/get_assets_internet_exposure/last_external_assessment/
Gets the time and status of the last update of assets data in Xpanse. A status of "true" indicates the assets data update was successful.
Request headers
authorization
String
required
api-key
Example:
{{api_key}}
x-xdr-auth-id
String
required
api-key-id
Example:
{{api_key_id}}
Body parameters
required
Free-Form object
request_dataObject
An empty dictionary returns the time and status of the last websites assessment.
REQUEST BODY
{
"request_data": "{}"
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
-H
'authorization: {{api_key}}'
-H
'x-xdr-auth-id: {{api_key_id}}'
'https://api-}/public_api/v1/assets/get_assets_internet_exposure/last_external_assessment/'
-d
'{
"request_data" : "{}"
}'
Responses