Tools/Encoding
Encode and sign object
Encodes and signs any JSON object. The encoded value includes a signature tied to the authenticated user's ID, which can later be verified using the decode-and-verify endpoint.
Important: The request must specify the Content-Type: application/json HTTP header.
post/v2/tools/encode-and-sign
Request body
object required
Response
Example response
{
"data": {
"encoded": "eyJwYXlsb2FkIjoiLi4uIiwic2lnbmF0dXJlIjoiLi4uIn0="
}
}