Impact level : high
Deprecation note:
The following endpoints have been removed as part of the tag management API standardization:
GET /api/auth/assets/tags→ UseGET /api/auth/tagsto list tags.PATCH /api/auth/assets/tags/{id}→ UsePATCH /api/auth/tags/{id}to update a tag.POST /api/auth/assets/tags/{id}→ UsePOST /api/auth/assets/tagsto associate tags with assets.DELETE /api/auth/assets/tags/{id}→ UseDELETE /api/auth/tags/to delete tags.GET /api/auth/assets/tags/{id}has been removed and has no replacement.
API Changes
GET /api/auth/alerts/
⚠️ Changed the type of the
org_idquery parameter fromnumbertointeger.Changed the type of the
levelquery parameter fromnumbertostring.Changed the type of the
typequery parameter fromnumbertostring.
POST /api/auth/asm/cve/related-assets-count/
Added the optional
asset_availabilityquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/by-control-warning-impacted
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/by-types
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/criticalities
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/group/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/statistics
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/assets/tags/
⚠️ Endpoint removed without prior deprecation.
DELETE /api/auth/assets/tags/{id}/
⚠️ Endpoint removed without prior deprecation.
GET /api/auth/assets/tags/{id}/
⚠️ Endpoint removed without prior deprecation.
PATCH /api/auth/assets/tags/{id}/
⚠️ Endpoint removed without prior deprecation.
POST /api/auth/assets/tags/{id}/
⚠️ Endpoint removed without prior deprecation.
GET /api/auth/controls/
Added the optional
idquery parameter.Added the optional
teamsquery parameter.Changed the type of the
resultquery parameter fromintegertostring.
GET /api/auth/pentests/
⚠️ Removed the
teamquery parameter.
GET /api/auth/remediations
Added the optional
teamsquery parameter.
GET /api/auth/remediations/{id}/comments
Added the optional
teamsquery parameter.
GET /api/auth/risks/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/risks/all-opened-count/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/security-checks/
⚠️ Set the minimum value of the
org_idquery parameter to1.The optional
items/risk_insightsresponse property is now read-only for HTTP 200 responses.The
items/risk_insightsresponse property is now required for HTTP 200 responses.Removed the default value
[]from therisk_insightsresponse property.Removed enum values
0,1,2,3, and4fromitems/risk_insights/items/severity.Added the required
items/latest_scans/items/finished_atresponse property.Added the required
items/vulnerabilities/items/countresponse property.Added the required
items/vulnerabilities/items/severityresponse property.
GET /api/auth/security-checks/asset/{asset_id}
⚠️ Removed the required response property
id.⚠️ Removed the required response property
latest_scans.⚠️ Removed the required response property
title.⚠️ Removed the required response property
vulnerabilities.⚠️ Removed the required response property
webservers_required.⚠️ Removed the optional response property
description.⚠️ Removed the optional response property
is_auto.⚠️ Removed the optional response property
is_available.⚠️ Removed the optional response property
risk_insights.⚠️ Removed the optional response property
scan_type.Replaced operation ID
get_security_check_specific_assetwithsecurity_checks_asset_retrieve.Added the required
resultsresponse property.Added the required
statusresponse property.
GET /api/auth/security-checks/scans
⚠️ Changed the type of
results/items/assets/additionalPropertiesfrom an unspecified type to an array.
GET /api/auth/typosquatted-domains
Added the optional
teamsquery parameter.
GET /api/auth/typosquatted-domains/by-status
Added the optional
teamsquery parameter.
GET /api/auth/typosquatted-domains/export
Added the optional
teamsquery parameter.
GET /api/auth/users/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/users/export/csv
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/severities
⚠️ Removed the required
severitiesresponse property.⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.Added the required
countresponse property.Added the required
severityresponse property.
GET /api/auth/vulns/severities/over-time
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/severities/statistics
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/{id}/events
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/{id}/retests
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
GET /api/auth/vulns/{id}/tickets
⚠️ Removed the
teamquery parameter.Added the optional
teamsquery parameter.
Components
Removed the
AssetTagAddToAssetsSuccessschema.Removed the
CountBySeverityschema.Removed the
PaginatedAssetTagListschema.Removed the
PatchedAssetTagschema.Removed the
_Severitiesschema.Removed the
create_assetschema.
You can access the complete API documentation here.
