Skip to main content
GET
/
api
/
zk-proofs
List ZK proofs
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Response

ZK proofs retrieved successfully

proofs
object[]