Retrieval
Retrieve Proof for verification
- application/json
Request Body
body
- apikey string required
- tokenId string required
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 502
- 503
Forensic information retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
- error string
data object
tokenVersion stringtokenId stringdescription stringidentity stringappTime stringroot stringproof stringblockchainTx stringtsaTime stringblockchainTime string
{
"error": "string",
"data": {
"tokenVersion": "string",
"tokenId": "string",
"description": "string",
"identity": "string",
"appTime": "string",
"root": "string",
"proof": "string",
"blockchainTx": "string",
"tsaTime": "string",
"blockchainTime": "string"
}
}
Bad Request
- application/plain
- Schema
Schema
- string
Unauthorized
- application/plain
- Schema
Schema
- string
Forbidden
- application/plain
- Schema
Schema
- string
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- statusCode integer
- error string
- message string
{
"statusCode": 0,
"error": "string",
"message": "string"
}
Unprocessable Entity
- application/plain
- Schema
Schema
- string
Too Many Requests
- application/plain
- Schema
Schema
- string
Bad Gateway
- application/plain
- Schema
Schema
- string
Service Unavailable
- application/plain
- Schema
Schema
- string
Loading...