Returns the list of scan profiles currently activated and available for the authenticated user and selected product.Only activated profiles can be used when creating or running scans.Profiles that are disabled, internal, or restricted by product or compliance rules are not exposed through this endpoint.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params
Responses
🟢200OK
application/json
Scans list
Body
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v2/scans/profiles/activated?page&per_page&q&limited' \
--header'Authorization: Bearer <token>' \
--header'x-api-key: <api-key>'