Skip to main content

Encode and sign object

POST 

/v2/tools/encode-and-sign

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.

Request

Bodyrequired

  • object object

Status 200

{
"data": {
"encoded": "eyJwYXlsb2FkIjoiLi4uIiwic2lnbmF0dXJlIjoiLi4uIn0="
}
}