Notarization
Notarize data by T-Proof Service
- application/json
Request Body
body
- apikey string required
data object[] required
Array [signature stringtags string[]]
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 502
- 503
Successfully deposited
- application/json
- Schema
- Example (from schema)
Schema
- error string
- data string[]
{
"error": "string",
"data": [
"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...