Renduo
Api referenceAssets

List the organization's assets

GET
/v1/assets
AuthorizationBearer <token>

Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/assets"
{  "assets": [    {}  ],  "usage": {    "usedBytes": 0,    "limitBytes": 0,    "count": 0,    "maxAssets": 0  }}