Get all resources uploaded by the user.
curl --request GET \ --url https://api.verbalia.net/resources \ --header 'X-API-Key: <api-key>'
{ "resources": [ { "resource_id": "<string>", "resource_name": "<string>", "resource_type": "<string>", "resource_size": "<string>" } ], "total_size": "<string>" }
Show child attributes
Was this page helpful?