v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
System

Temporarily stash encrypted data

Accepts a JSON object, encrypts it, stores it temporarily, and returns the stash_key and secret needed to retrieve it later.

post/api/stash_data

Request body

{"stackTrail":"paths:/api/stash_data:post:requestBody:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","description":"Data to stash (any JSON value)."}
expireinteger

Seconds to keep the data (default 7776000 = 90 days).

raw0 | 1

Set to 1 to skip date/DAObject conversion.

Response

Data stashed.

stash_keystring required
secretstring required