Skip to content

V3 API

This section documents the V3 API endpoints that provide access to comprehensive audit and journey data from ObservePoint. Use these endpoints to retrieve detailed reports, export data, manage alerts, configure scans and privacy settings, and analyze web performance metrics from your ObservePoint scans.

Download OpenAPI description
Languages
Servers
ObservePoint Production API
https://api.observepoint.com/

Alert Summary Report

Alert Summary report endpoints

Operations

Audit Summary Report

Audit Summary report endpoints

Operations

Browser Logs Report

Browser Logs report endpoints

Operations

File Changes Report

File changes report endpoints

Operations

Page Details Report

Detailed information about specific pages including tags, cookies, request logs, and console logs

Operations

Page Summary Report

Page Summary report endpoints

Operations

Request Privacy Report

Request Privacy report endpoints

Operations

Rule Summary Report

Rule Summary report endpoints

Operations

Tag Duplicates and Multiples Report

Tag Duplicates and Multiples report endpoints

Operations

Tag Health Report

Tag Health report endpoints

Operations

Tag Inventory Report

Tag Inventory report endpoints

Operations

Tag Privacy Report

Tag privacy report endpoints

Operations

Variable Inventory Report

Variable Inventory report endpoints

Operations

Audit Run Data

Retrieve audit run data including pages, cookies, geo-locations, network requests, JS variables and failures for web audit runs

Operations

Account Usage Export

Export account usage data

Operations

Alert Export

Export alert data

Operations

Audit Run Export

Export audit run data

Operations

Exports Center

Access requested exports status/information

Operations

Manual Journey Run Export

Export manual journey run data

Operations

Scheduled Exports

Manage scheduled grid report data exports

Operations

Web Journey Run Export

Export web journey run data

Operations

Account's Triggered Alerts

Account-level triggered alerts

Operations

Account Usage Alerts

Alerts related to account usage

Operations

Alerts

Alert management and configuration

Operations

Email Inbox Message Alerts

Email inbox message alerts

Operations

Account Usage

Account usage data

Operations

Email Inbox Configuration

APIs for managing email inbox configurations and setting

Operations

Email Inbox Messages

Get Email Inbox message details

Operations

Email Inboxes

APIs for getting email messages and results from email inboxes

Operations

Action Set Action Rules

APIs for managing Action Set Action Rules

Operations

Action Set Actions

APIs for managing Action Set Actions

Operations

Action Sets

APIs for managing Action Sets

Operations

Audit Actions

APIs for managing audit actions

Operations

Audit Blocking Config

APIs for managing audit request blocking configuration

Operations

Audit Login Actions

APIs for managing audit login actions

Operations

Audits Management

APIs for managing audits

Operations

Custom Headers

APIs for managing custom HTTP header groups

Operations

Data Sources

APIs for managing Data Sources

Operations

Geo Locations

APIs for geo locations

Operations

Notification Center

Find and manage email subscriptions

Operations

Remote File Mappings

APIs for managing Remote File Mappings

Operations

Rules

APIs for managing rules

Operations

Schedules

APIs for item schedules and calendars

Operations

Site Censuses

APIs for managing Site Census

Operations

Returns a summary of the current census results data

Request

GET /v3/site-censuses/{censusId}/current-results
Security
API_Key
Path
censusIdinteger(int64)required

Unique identification number for a site census

Query
pageinteger>= 0

Number of results page of an endpoint with paginated results

Default 0
pageSizeinteger[ 100 .. 1000 ]
Default 100
sortBystring
Default "TOTAL_URLS"
Enum"TOTAL_URLS""URL_PATTERN""URLS_TO_VISIT""VISITED_URLS""BROKEN_URLS""LAST_FOUND"
sortDescboolean

Controls sorting order

Default false
searchPatternstring

Search grouping pattern to filter results

returnExternalOnlyboolean

Indicates that the results will only contain patterns for excluded URLs that are found on external links from included pages

curl -i -X GET \
  'https://api.observepoint.com/v3/site-censuses/{censusId}/current-results?page=0&pageSize=100&sortBy=TOTAL_URLS&sortDesc=false&searchPattern=string&returnExternalOnly=true' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successful operation

Bodyapplication/json
metadataobjectrequired

Common metadata for iterable

metadata.​paginationobjectrequired
metadata.​pagination.​totalCountintegerrequired

Total number of items available from all result pages combined

metadata.​pagination.​totalPageCountintegerrequired

Total number of pages available

metadata.​pagination.​pageSizeintegerrequired

Page size - number of items per result page configured by size query parameter or default page size

metadata.​pagination.​currentPageSizeintegerrequired

Number of items in current result page

metadata.​pagination.​currentPageNumberintegerrequired

Current page number/ordinal

paginatedUrlPatternResultsArray of objects>= 0 itemsrequired
paginatedUrlPatternResults[].​urlPatternobjectrequired
paginatedUrlPatternResults[].​urlPattern.​fqdnstringrequired

The fully qualified domain name (FQDN) of the URL pattern.

paginatedUrlPatternResults[].​urlPattern.​renderedPathPatternstringrequired

The rendered path of the URL pattern with the dynamic segment character. Not meant for display.

paginatedUrlPatternResults[].​urlPattern.​urlSegmentsArray of objects>= 0 itemsrequired

The list of URL path segments. Construct a full path pattern by appending the segment in order of array index separated by forward slashes.

paginatedUrlPatternResults[].​urlPattern.​urlSegments[].​segmentTypestringrequired

The type of segment in the path. A static segment is a string in the path that does not represent a variable. A dynamic segment is one that represents a variable in the URL. For example, a dynamic segment could be a user ID.

Enum"STATIC""DYNAMIC"
paginatedUrlPatternResults[].​urlPattern.​urlSegments[].​staticSegmentValuestring

present when segment type is static. A static segment is a string in the path that does not represent a variable.

paginatedUrlPatternResults[].​urlPattern.​urlSegments[].​dynamicSegmentTypestring

present when segment type is dynamic. Use this type to make rendering decisions when displaying path segments.

Enum"NUMBER""DATETIME""ALPHA""ALPHA_NUMERIC"
paginatedUrlPatternResults[].​totalUrlsinteger>= 0required

The total number of URLs within this pattern.

paginatedUrlPatternResults[].​urlsToVisitinteger>= 0required

The number of URLs in this pattern that can still be visited.

paginatedUrlPatternResults[].​visitedUrlsinteger>= 0required

The number of URLs in this pattern that have been visited.

paginatedUrlPatternResults[].​brokenUrlsinteger>= 0required

The number of URLs in this pattern that have been visited, but returned with 4xx or 5xx status codes.

paginatedUrlPatternResults[].​latestFoundstring(date-time)

The date and time of the last URL in this pattern that was found in ISO 8601 format

resultsSummaryobjectrequired
resultsSummary.​uniqueUrlsinteger>= 0required

The number of unique included URLs found. Included is defined as URLs that share the same main-domain as any starting URL.

resultsSummary.​visitedUrlsinteger>= 0required

The number of included URLs visited. Included is defined as URLs that share the same main-domain as any starting URL.

resultsSummary.​urlsToVisitinteger>= 0required

The number of included URLs to visit. Included is defined as URLs that share the same main-domain as any starting URL.

resultsSummary.​externalLinksinteger>= 0required

The number of external links found on included pages. Included is defined as URLs that share the same main-domain as any starting URL.

resultsSummary.​brokenUrlsinteger>= 0required

The number of included URLs that are broken. Broken is defined as URLs that return a non-2xx,3xx status code. Included is defined as URLs that share the same main-domain as any starting URL.

resultsSummary.​isRunningbooleanrequired

Indicates whether the Site Census is currently scanning.

Response
application/json
{ "metadata": { "pagination": { … } }, "paginatedUrlPatternResults": [ { … } ], "resultsSummary": { "uniqueUrls": 0, "visitedUrls": 0, "urlsToVisit": 0, "externalLinks": 0, "brokenUrls": 0, "isRunning": true } }

Returns a preview of the current census results data given specific path patterns

Request

POST /v3/site-censuses/{censusId}/current-results/url-preview
Security
API_Key
Path
censusIdinteger(int64)required

Unique identification number for a site census

Bodyapplication/jsonrequired

The URL pattern for which a preview is desired

fqdnstringrequired

The fully qualified domain name (FQDN) of the URL pattern.

renderedPathPatternstringrequired

The rendered path of the URL pattern with the dynamic segment character. Not meant for display.

curl -i -X POST \
  'https://api.observepoint.com/v3/site-censuses/{censusId}/current-results/url-preview' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "fqdn": "string",
    "renderedPathPattern": "string"
  }'

Responses

Successful operation

Bodyapplication/json
censusIdinteger(int64)required

The unique identifier for the Site Census.

totalUrlsintegerrequired
urlsArray of strings>= 0 itemsrequired
Response
application/json
{ "censusId": 0, "totalUrls": 0, "urls": [ "string" ] }

Starts data-collection for a given census

Request

POST /v3/site-censuses/{censusId}/start
Security
API_Key
Path
censusIdinteger(int64)required

Unique identification number for a site census

curl -i -X POST \
  'https://api.observepoint.com/v3/site-censuses/{censusId}/start' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successful operation, census started

Bodyapplication/json
idinteger(int64)required

The unique identifier for the Site Census.

accountIdinteger(int64)

The account ID associated with the Site Census.

namestringrequired

The name of the Site Census.

autoPauseAfterinteger[ 1 .. 10080 ]required

The max time the scan will run, in minutes.

ownerIdinteger(int64)

The userId of the user who created the Site Census.

currentScanStartedAtstring or null(date-time)

The date and time when the current scan session started.

lastScanStoppedAtstring or null(date-time)

The date and time when the last scan session stopped.

notificationEmailsArray of strings(email)>= 0 itemsrequired

Target email addresses for notification when this census auto-pauses or runs out of URLs.

startingUrlsArray of strings(uri)>= 0 itemsrequired

The list of starting URLs for the Site Census.

filterPatternsArray of objects>= 0 itemsrequired
filterPatterns[].​pathPatternstringrequired

The GLOB pattern to match the path of the URL.

filterPatterns[].​fqdnstringrequired

The fully qualified domain name (FQDN) to match against the URL.

filterPatterns[].​typestringrequired

Indicates whether matches should be prioritized or ignored.

Enum"PRIORITY""IGNORE"
Response
application/json
{ "id": 0, "accountId": 0, "name": "string", "autoPauseAfter": 1, "ownerId": 0, "currentScanStartedAt": "2019-08-24T14:15:22Z", "lastScanStoppedAt": "2019-08-24T14:15:22Z", "notificationEmails": [ "user@example.com" ], "startingUrls": [ "http://example.com" ], "filterPatterns": [ { … } ] }

User Events

APIs for managing User Events

Operations

Web Journey Blocking Config

APIs for managing web journey request blocking configuration

Operations

Web Journey Custom Headers

APIs for managing web journey custom headers

Operations

Web Journeys Management

APIs for managing Web Journeys

Operations