👨‍💻
Signitic API
  • Quick Start
  • Reference
    • API Reference
      • List users
      • Creating users
      • Updating users
      • Delete users
      • Get signature
      • Contact data webhook
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. API Reference

Get signature

Get signature from one user

Get signature

GET https://api.signitic.app/signatures/:email/:format

Query Parameters

Name
Type
Description

email*

User email

format

String

json or html (default json)

Headers

Name
Type
Description

x-api-key*

String

Your API key

{
    "success": true,
    "html": "<body>signature</body>"
}

PreviousDelete usersNextContact data webhook

Last updated 4 months ago

Was this helpful?