Jump to Content
WoleetGuidesAPI ReferenceChangelogDiscussions
HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceChangelogDiscussionsWoleet.ioLog InWoleet
API Reference
Woleet.ioLog In

API presentation

  • Purpose
  • Creating proofs
  • About public and private anchors
  • About credits
  • Verifying proofs
  • About the verification process
  • Requesting signatures
  • Signature request life cycle
  • Signature workflow customization
  • Proof auditor customization
    • Configure file hosting services
  • Basics
  • Authentication
  • Using domains
  • Using callback URLs
  • Rate limiter

API Quick Guides

  • Ask for signature
  • Timestamp data
  • Seal data
  • Verify data

Woleet API

  • anchor
    • Create a new anchor.post
    • Delete an anchor.delete
    • Get an anchor by its identifier.get
    • Update an anchor.put
    • Download the Proof Attestation document of an anchor.get
    • Search for public anchor identifiers.get
    • Search for anchors.get
  • receipt
    • Get the proof receipt of an anchor.get
    • Get the proof receipt of an anchor (OpenTimestamps proof format).get
    • Verify a proof receipt.post
  • signatureRequest
    • Create a new signature request.post
    • Change the state of a signature request.post
    • Send a reminder email to a set of signers of a signature request.post
    • Generate and send an OTP to a signer of a signature request.get
    • Sign a signature request by registering a signature.post
    • Sign a signature request by delegating the signature.post
    • Report a feedback about a signature request.post
    • Report an event on a signature request.post
    • Download the Signature Attestation document of a signature request.get
    • Get the proof bundle of a signature request.get
    • Download the file to sign.get
    • Upload the file to sign.post
    • Extend the deadline of a signature deadline.put
    • Delete a signature request.delete
    • Get a signature request by its identifier.get
    • Update a signature request.put
    • Search for public signature request identifiers.get
    • Search for signature requests.get
  • token
    • Revoke a JWT token.delete
    • Generate a JWT token.get
  • user
    • Get user's credits.get
    • Get user's registered JWT tokens.get
    • Update user's registered JWT tokens.put
    • Get the current callback secret (null if not set).get
    • Generates a new callback secret.put
Powered by 

Authentication

The Woleet API provides Basic authentication over HTTPS: use your email and password to authenticate.

The Woleet API also provides JWT authentication: you can generate and revoke API tokens from Woleet Dasboard's Security menu.