Core APIReferenceAssets

/assets

Get all assets metadata

GET
/assets

Get all assets metadata

Response Body

application/json

curl -X GET "https://example.com/assets"
{  "data": [    {      "slug": "string",      "name": "string",      "description": "string",      "image": "string"    }  ]}