cURL
curl --request GET \ --url https://api.jsonsilo.com/api/v1/manage/silos \ --header 'X-MAN-API: <api-key>'
{ "metadata": { "total_items": 1, "per_page": 25, "page_no": 1 }, "silos": [ { "file_name": "new db", "file_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2024-12-07T12:52:28.094450+00:00", "updated_at": "2024-12-07T12:52:28.094450+00:00", "is_public": false, "region_name": "api" } ] }
API endpoint to list all user silos with pagination.
The JSONSilo Manage API Key
The page number to retrieve
Successful Response
The response is of type object.
object