cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/asset/exposures/metrics \ --header 'X-API-Key: <api-key>'
{ "total_assets": 123, "new_assets": 123, "unique_technologies": 123, "new_technologies": 123, "total_hosts": 123, "new_hosts": 123, "time_series": [ { "date": "2023-12-25", "assets": 123, "technologies": 123, "hosts": 123 } ] }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
The time interval for the metrics
monthly
Example response
The response is of type object.
object
Was this page helpful?