Get application OpenAPI specs
GET
/api/v1/oas/{appId}/mapping Retrieves all OpenAPI specifications mapped to the specified application.
Requires
read:scan_configpermission.
Path parameters
appIdstring · uuidrequiredUUID identifier for this StackHawk Application.
Response
Get the OAS specs mapped to this application for use with HawkScan.
application/json
appId
stringThe requested applicationId
assets
open_api_spec.OASAsset[]OASAssets that have been mapped included to this application
repoIds
string[]repository IDs mapped to this application
Bad Request
Unauthorized