Send Hash and Get UID
Submit hashed data to receive a UID. This is the second step in the stamping process.
| Attribute | Details |
|---|---|
| Method | POST |
| Description | This endpoint is used to submit hashed data. Send the hash as raw JSON data in the body. |
| Endpoint | https://integritas.technology/core/v1/timestamp/post |
Request Headers
| Header | Value | Description |
|---|---|---|
| Content-Type | application/json | Specifies the content type as JSON |
| x-api-key | your-api-key | Add your API-key from your profile at https://integritas.technology/ |
| x-request-id | your-choice | Add a request id to trace every step of the process |
Request Body
| Request Type | Content-Type | Body Type | Keys | Description |
|---|---|---|---|---|
| Raw data | application/json | JSON | hash | Input hash of data |
Example
Request Examples
API Demo
Try the endpoint with your own API key and hash. The request is sent directly to the API, and the response is displayed below.
Your API key is only used for this request and is not stored.
API Response
The response from the API contains a UID which you will need to retrieve proof of the blockchain transaction that is being done by the stamp server.
Example Response
Response Fields
For a complete description of the response envelope and fields used by this endpoint, see API Response Schema — Send Hash and Get UID.