CentralCSP
APIScans

List the scanner's IP addresses

Returns every address a scan is sent from. Allow these through a firewall, WAF or bot protection so scans reach the site rather than being challenged or blocked. They change rarely, but read them again if a scan starts reporting that it was blocked.

Requires membership of the workspace.

GET
/v1/workspaces/{workspaceId}/scans/ips

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/string/scans/ips"
{  "ips": [    "37.187.139.96"  ]}