List Organization Scan Configuration
/api/v1/configuration/{orgId}/list List the HawkScan configurations for this organization.
Requires
read:scan_configpermission.
Path parameters
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
Query parameters
pageSizeinteger · int32Pagination response size limit.
10pageTokeninteger · int32Pagination request page increment.
0sortFieldstringResource field to sort paginated response by.
1 available option
namesortDirstringPaginated results are sorted 'asc' or 'desc'.
2 available options
ascdescpagestringPagination page key.
querystringName of a Scan Configuration.
Response
List of organization scan configurations.
The list of organization scan configurations.
Has a next page of results.
Has a previous page of results.
PageToken to provide for the next page of results.
PageToken to provide for the previous page of results.
Total number of results.
Unauthorized