GET
/
api
/
v1
/
manage
/
meta
/
{file_uuid}

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
created_at
string

The date and time the silo was created in UTC.

file_name
string

Silo name. The silo name will not affect development or any sensitive aspects.

file_uuid
string

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

is_public
boolean

Silo access mode. If true, the silo is public; if false, the silo is private.

region_name
string

The region where your data will be stored.

updated_at
string

The date and time the silo was last updated in UTC.