Skip to content

Relay sealed-sender v3 envelope

POST
/api/v1/relay/sealed-v3
curl --request POST \
--url http://localhost:3001/api/v1/relay/sealed-v3 \
--header 'Content-Type: application/json' \
--data '{ "bucket_id": "example", "ciphertext": "example", "nonce": "example" }'

Relay a sealed-sender v3 (bucket-routed) envelope. Gated by ZENTALK_SEALED_SENDER_V3_ENABLED. SA-2026-ARCH P3-L.

Sealed-sender v3 envelope

Media typeapplication/json
object
bucket_id
string
ciphertext
string
nonce
string
Examplegenerated
{
"bucket_id": "example",
"ciphertext": "example",
"nonce": "example"
}

Accepted

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Bad Request

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Service Unavailable

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}