cURL
curl --request GET \ --url https://api.jsonsilo.com/api/v1/manage/{file_uuid} \ --header 'X-MAN-API: <api-key>'
{ "data": [ "<any>" ] }
API endpoint to get the file_data of a silo.
file_data
The JSONSilo Manage API Key
The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.
Successful Response
The response is of type object.
object