Payments API now live! Read more at API Reference
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proof": "<string>",
"publicSignals": [
"<string>"
]
}
'{
"verified": true
}Verify a ZK proof
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proof": "<string>",
"publicSignals": [
"<string>"
]
}
'{
"verified": true
}Was this page helpful?