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
appId
An array of Application IDs to filter the relevant scripts by. At least one ID is required.
tld
An array of host domains to filter the relevant scripts by. At least one domain is required.
excludedStatuses
An array of script statuses that should be excluded from the results.
Allowed values:
from
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.
to
A timestamp, in milliseconds, indicating until what point in time to filter the results by. Defaults to the current time.
skip
The number of scripts to offset pagination by when returning the results.
take
The number of scripts to display per page when returning the results.
Response
Success
paging
data