post
/public_api/v1/assets/get_external_website/
Required License: **Cortex Xpanse Expander**
Get details about specific websites based on website IDs. You can submit up to 20 website IDs.
CURL
curl -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" -H "authorization: authorization_example" -H "x-xdr-auth-id: xXdrAuthId_example" \
"https://api-yourfqdn/public_api/v1/assets/get_external_website/" \
-d '{
"request_data" : {
"website_id_list" : [ "website_id_list", "website_id_list" ]
}
}'
Request headers
authorization
required
String
api_key
Example:
authorization_example
x-xdr-auth-id
required
String
api_key_id
Example:
xXdrAuthId_example
Request
Body
optional
Example:
{"request_data":{"website_id_list":["string"]}}
request_data
required
A dictionary containing the API request fields.
website_id_list
optional
Array
of strings
A string representing the website ID you want to get details for. Limit is 20 website ids
Responses