List organization Scan Policies
/api/v1/policy/{orgId}/list List the scan policies for this organization.
Requires
read:policypermission.
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.
2 available options
namedisplayNamesortDirstringPaginated results are sorted 'asc' or 'desc'.
2 available options
ascdescpagestringPagination page key.
Response
List of organization scan policy basic information.
has a next page of results.
has a previous page of results.
PageToken to provide for the next page of results.
The list of scan polices
PageToken to provide for the previous page of results.
Total number of results.
Unauthorized