Payments API now live! Read more at API Reference
curl --request GET \
--url https://platform.usewarp.net/api/zk-proofs \
--header 'Authorization: Bearer <token>'{
"proofs": [
{
"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>"
}
]
}Retrieve all ZK proofs for the current user
curl --request GET \
--url https://platform.usewarp.net/api/zk-proofs \
--header 'Authorization: Bearer <token>'{
"proofs": [
{
"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>"
}
]
}Was this page helpful?