Skip to main content
POST
Add Conversation Keys

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^([0-9]{1,19}|[0-9]{1,19}-[0-9]{1,19}|g[0-9]{1,19})$

Body

application/json
conversation_key_version
string
required

Version of the conversation encryption key (typically a timestamp in milliseconds).

conversation_participant_keys
object[]
required

Encrypted conversation keys for each participant.

action_signatures
object[]

Cryptographic signatures for the action.

base64_encoded_key_rotation
string

Base64-encoded key rotation payload for ratchet tree key management.

Response

The request has succeeded.

data
object
errors
object[]