Get signature

Retrieve a user's signature.

Get signature

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

Path Parameters

Name
Type
Description

email*

User email

mode

String

json or html

Headers

Name
Type
Description

x-api-key*

String

Your API key

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

If mode=json, the API returns a JSON object with the generated signature HTML in the html field.

If mode=html, the API returns the raw HTML signature with a text/html content type.

Last updated