GetAssets
This method can be used for the following functionality: Get details for all assets user has access to.
Last updated
GET /api/ss/assets?limit=100 HTTP/1.1curl -X GET 'https://demo.attackforge.com/api/ss/assets' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"count": 999,
"assets":[
{
"asset": "...",
"created": "...",
"last_updated": "...",
"belongs_to_projects": [
{
"id": "...",
"name": "..."
}
],
"id": "..."
}
]
}