Skip to main content

Get Sites

Retrieve details of all websites associated with the current account.

External Documentation

To learn more, visit the Imperva documentation.

Basic Parameters

ParameterDescription
NamesA list of website names to return.
Site TypesA list of website types to return.

Advanced Parameters

ParameterDescription
Imperva Account IDThe Imperva ID of the account or subaccount. By default, the account ID is the ID associated with the API credentials used for authentication.
PageThe page to return.
SizeThe size of the page to return.

Example Output

{
"data": [
{
"id": 123456,
"name": "www.example.com",
"type": "CLOUD_WAF",
"accountId": 10,
"creationTime": 1673186130,
"cname": "sdh5s.example.com"
}
],
"meta": {
"totalPages": 0,
"totalElements": 0,
"size": 0,
"page": 0
},
"links": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}

Workflow Library Example

Get Sites with Imperva and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop