List assets
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/assets{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Assets
List assets
Retrieve all assets belonging to the authenticated user. Optionally filter by scene.
GET
/
v1
/
assets
List assets
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/assets{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}⌘I