API

Zipwire API reference and integration documentation

This section documents Zipwire's public APIs: endpoints, authentication, request and response formats, and how to integrate with our services.

APIs are grouped by product. We have no documented APIs yet for Zipwire Approve or Zipwire Collect; current APIs are:

Product
API
Description

Platform (general)

Submit in-app feedback, bug reports, feature requests, and support requests.

Zipwire Attest

Public endpoint to verify IsDelegate attestation chains on a wallet (no auth required).

Zipwire Attest

Mint selective-disclosure proofs (ProofPacks) for delegated agent wallets.


Platform

General platform APIs (not specific to a single product).

  • Feedback API — Submit feedback, report bugs, request features, or contact support from within the app. Authenticated users only; feedback is routed to the right team (bugs, product, support).


Zipwire Attest

APIs for Zipwire Attest: attestation and identity verification, ProofPacks, and agent delegation.

  • IsDelegate API — Public GET /api/v1/is-delegate/{walletAddress} to check whether a wallet has a valid IsDelegate attestation chain. Used by integrators and agents to verify delegation before trusting a wallet.

  • ProofPack Mint API — Authenticated API to generate ProofPacks (selective-disclosure proofs) for delegated agent wallets (JWS or JWT). Verifies the agent’s delegation chain before minting.

For concepts and verification in code, see Attestations, IsDelegate: Agent Delegation, IsDelegate REST API, ProofPack & Agent Delegation, and ProofPack Examples.

Last updated