Decrypt Message by Encryption Version
Actors
Decrypt Message by Encryption Version
Decrypts a message using a specific encryption version for a given actor, identified by actorID and encVer.
Decrypt Message by Encryption Version
Authorizations
Enter your API key. It's required to authenticate API requests.
Query Parameters
The unique identifier of the actor whose message is being decrypted.
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.