v1

latestSwagger 2.02026-07-17502976.2 KB
Crypto

Encrypt Text

Encrypts the body of the request and returns the encrypted value. The encryption process uses a hard-coded cipher and a secret key. This is a one-way encryption; the encrypted value will only be decrypted internally by the proxy endpoint, when submitting a proxied request.

post/crypto/encrypt

Request body

valuestring

The value to be encrypted.

Response

The encrypted form of the original value.