Skip to main content
GET
/
api
/
zk-proofs
/
{id}
Get ZK proof
curl --request GET \
  --url https://platform.usewarp.net/api/zk-proofs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "proof": {
    "id": "<string>",
    "name": "<string>",
    "project_id": "<string>",
    "status": "draft",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "circuit_path": "<string>",
    "verification_key": "<string>",
    "proving_key": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

ZK proof ID

Response

ZK proof retrieved successfully

proof
object