Skip to main content
PUT
/
v1
/
actors
/
DecryptionMessageByVer
Decrypt Message by Encryption Version
curl --request PUT \
  --url https://qa-lynx.nayax.com/operational/v1/actors/DecryptionMessageByVer \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
true

Authorizations

Authorization
string
header
required

Enter your API key. 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.