Get Proof
Get Proof
GET
https://api.zkcloud.io/proofs/:id
This endpoint allows you to get a proof.
Query Parameters
Name
Type
Description
*
String
The id of proof
Headers
Name
Type
Description
Authorization*
String
Authentication Token.
Accept*
String
The Accept request-header field can be used to specify certain media types which are acceptable for the response and versioning.
{
"id":"EA6h9bxo2tlknmM-hmYh-",
"duration":4,
"protocol":"PLONK",
"status":"COMPLETED",
"proofFileUrl":"https://d15so8dfvu8vp1.cloudfront.net/ckubbw72j0002zovjmr8vgt6y_qyt1bbdtsN_CaEpS8A2aDA.zip",
"startDate":"2021-10-03T14:39:14.112Z",
"endDate":"2021-10-03T14:39:18.391Z"
}
Example
curl -H "Authorization: Bearer <API_TOKEN>" -H "Accept: application/json;v=1" http://api.zkcloud.io/proofs/:id
Last updated