Target Definitions
Get targets by targetid
Retrieve a target definition by targetId
GET
/
api
/
targets
/
{targetId}
Authorization
Path
curl --request GET \
--url https://api.novasec.io/api/targets/{targetId} \
--header 'X-API-Key: <x-api-key>'
Authorizations
X-API-Key
string
headerrequiredPath Parameters
targetId
string
requiredcurl --request GET \
--url https://api.novasec.io/api/targets/{targetId} \
--header 'X-API-Key: <x-api-key>'