Skip to content

Generating a PEP (Simple Electronic Signature)

Generates a simple electronic signature (PEP) based on a confirmation code. Used for signing documents and confirming operations.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/sign/pep

Request parameters

Name Data type Required Description
code string Yes The code the signature is generated from, e.g. an SMS code
secret string No A custom secret word

Request example

{
  "code": "1234",
  "secret": "string"
}

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Response example

{
  "hash": "AASjBG1c/SjNWzrp2aVa7ko1WLSx8DC22o="
}

Response parameters

Name Data type Description
hash string Simple electronic signature