Vigilfield Docs
API referenceStorage key

`GET /storage-key` — the org's storage key, or 404 when unset (the org then uses its Vigilfield-owned per-org default key).

GET/storage-key

Response Body

application/json

curl -X GET "https://example.com/storage-key"
{  "connection": {    "type": "aws"  },  "created_at": "string",  "key_arn": "string",  "org_id": "string",  "updated_at": "string"}