getPageShieldNotification
Get page shield notification webhooks. See [eCDN PCI 4.0 Compliance Tools](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-pci-4-compliance.html).
Operation ID: getPageShieldNotificationGET
https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/page-shield/notifications
Request
curl "https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/page-shield/notifications"
Security
URI parameters
shortCode
string
Required
Default value:
shortCode
organizationId
string
Required
An identifier for the organization the request is being made by
Minimum characters:
1
Maximum characters:
32
f_ecom_zzxy_prd
Responses
Successfully retrieved notification webhooks.
{
"data": [
{
"id": "",
"name": "",
"webhookUrl": "",
"type": "",
"createdAt": "",
"lastSuccess": "",
"lastFailure": "",
"zones": [
""
]
}
]
}
Body
Media type:
application/json
data
array
Required