curl --request GET \
--url https://api.projectdiscovery.io/v1/assets/{asset_Id} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"asset_count": 123,
"asset_id": "<string>",
"uploaded_at": "<string>",
"name": "<string>"
}
Get asset metadata
curl --request GET \
--url https://api.projectdiscovery.io/v1/assets/{asset_Id} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"asset_count": 123,
"asset_id": "<string>",
"uploaded_at": "<string>",
"name": "<string>"
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object
.
Was this page helpful?