Relay API

The relay API stores and retrieves opaque encrypted packages. Prefer the CLI unless you are integrating a custom client.

Health

curl -fsS https://stashvlt.astm.co.za/health | jq

Store package

curl -fsS -X POST https://stashvlt.astm.co.za/api/packages \
  -H 'content-type: application/json' \
  --data @encrypted-package.json | jq

Get package

curl -fsS https://stashvlt.astm.co.za/api/packages/pkg_... | jq

List inbox

curl -fsS https://stashvlt.astm.co.za/api/inboxes/blind-demo-inbox/packages | jq

Operational limits