GET
/
v1
/
assets
curl --request GET \
  --url https://api.projectdiscovery.io/v1/assets \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "data": [
    {
      "asset_count": 123,
      "asset_id": "<string>",
      "uploaded_at": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
headerrequired

Query Parameters

offset
integer

number of assets to skip

limit
integer

number of assets to fetch

search
string

search term for asset list

Response

200 - application/json
message
string
required
data
object[]
required