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>"
}

Last updated

Was this helpful?