Skip to main content
GET
/
api
/
zk-proofs
/
check-deployment
Check deployment status
curl --request GET \
  --url https://platform.usewarp.net/api/zk-proofs/check-deployment \
  --header 'Authorization: Bearer <token>'
{
  "status": "pending",
  "contractAddress": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Query Parameters

deploymentId
string
required

Deployment ID

Response

Deployment status retrieved

status
enum<string>

Deployment status

Available options:
pending,
completed,
failed
contractAddress
string

Deployed contract address