Get script inventory

Returns a list of PCI DSS payment page script inventory for the given Application ID and host domain. <Note> Scripts must exceed HUMAN's internal appearance threshold before they are introduced into the system and appear in the response. This prevents testing and low volume data from interfering with data quality. </Note>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

appIdlist of stringsRequired
An array of Application IDs to filter the relevant scripts by. At least one ID is required.
tldlist of stringsRequired
An array of host domains to filter the relevant scripts by. At least one domain is required.
excludedStatuseslist of enumsOptional
An array of script statuses that should be excluded from the results.
Allowed values:
fromintegerOptional
A timestamp, in milliseconds, indicating from what point in time to filter the results by. If omitted, defaults to the **later** time between the following: 1. The last time [script grouping](/applications/cd-glossary#grouping) was performed plus one hour. 2. One year ago. Further, if a value is provided and it is **earlier** than the default calculated by the above logic, then the default will be used instead.
tointegerOptional
A timestamp, in milliseconds, indicating until what point in time to filter the results by. Defaults to the current time.
skipintegerOptionalDefaults to 0
The number of scripts to offset pagination by when returning the results.
takeintegerOptionalDefaults to 20
The number of scripts to display per page when returning the results.

Response

Success
pagingobject or null
datalist of objects or null

Errors