GET
/
api
/
v1
/
manage
/
{file_uuid}
curl --request GET \
  --url https://api.jsonsilo.com/api/v1/manage/{file_uuid} \
  --header 'X-MAN-API: <api-key>'
{
  "data": [
    "<any>"
  ]
}

Authorizations

X-MAN-API
string
header
required

The JSONSilo Manage API Key

Path Parameters

file_uuid
string
required

The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.

Response

200
application/json
Successful Response
data

The data you want to store in the silo. It can be a JSON object or an array of objects.