Skip to main content
POST
/
recipient
/
getChallenge
cURL
curl --request POST \
  --url https://api.truthstamp.ai/recipient/getChallenge \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "signatureCommitmentString": {
    "z1": "<string>",
    "a1": "<string>",
    "b1": "<string>",
    "a2": "<string>",
    "c2": "<string>",
    "s2": "<string>",
    "r1": "<string>"
  },
  "blindedMessage": "<string>",
  "commonInfo": "<string>",
  "publicKey": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json

The body should contain blinded signature, blinded message, common info and publicKey.

signatureCommitmentString
object
blindedMessage
string
commonInfo
string
publicKey
string

Response

Success