Skip to content

Return a list of unique request-domains

Request

GET /v3/web-audits/{auditId}/runs/{runId}/request-domains

Get all unique request domains found on all the pages in a given audit run

Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
GET
/v3/web-audits/{auditId}/runs/{runId}/request-domains
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/request-domains \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK, return a list of request-domains found

Bodyapplication/json
Array [
One of:
]
Response
[ { "domain": "observepoint.com", "scheme": "https", "isValid": true } ]