Masumi Logo

/signature-verify-reveal-data

Verifies the reveal data signature is valid.

POST
/signature/verify/reveal-data
token<token>

API key authentication via header (token)

In: header

Request Body

application/json

Response Body

application/json

curl -X POST "https://loading/./../api/v1/signature/verify/reveal-data" \  -H "Content-Type: application/json" \  -d '{    "action": "RevealData",    "blockchainIdentifier": "blockchain_identifier",    "signature": "signature",    "key": "key",    "walletAddress": "wallet_address",    "validUntil": 1713636260  }'
{
  "status": "success",
  "data": {
    "isValid": true
  }
}
Empty
Empty
Empty
Empty
Empty
Masumi Kanji