Skip to main content
Decrypt Message by Encryption Version

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

actorID
integer<int64>

The unique identifier of the actor whose message is being decrypted.

encVer
integer<int32>

The version of the encryption used to decrypt the message.

Body

application/json

The encrypted message to be decrypted.

The body is of type string.

Response

200 - application/json

The message was decrypted successfully.

The response is of type boolean.