Summary
We value your feedback. If you have questions or something to share, please email us at: support@esigngenie.com.
NEW FEATURES
[NEW] Create Envelope via Base64/URL
Elegant Content Box
Endpoint
POST {host}/api/folders/createfolder Content-Type application/json Request { “folderName”:”Sample Documents”, “inputType”: “url or base64”, “base64FileString”: [base64_1, base64_2], “fileUrls”:[ “URL_TO_DOCUMENT_1″,”URL_TO_DOCUMENT_2”,… ], “envelopeTransactionSource”:”foxitEditor-txn” “fileNames”:[ “document_1.pdf”,”document_2.pdf”,… ], “processTextTags”:true, “processAcroFields”:true, “enableStepByStep”:true, “createEmbeddedSendingSession”:true, } |
Response
{ “result”:”success”, “message”:”folder of document(s) successfully created”, “embeddedSendingSession”: { “embeddedToken”: “EMBEDDED_TOKEN”, “embeddedSessionURL”: “UNIQUE_EMBEDDED_SESSION_URL” } “envelopeId”: 53762, “documentIds”: [ 54094 ] } |
This API payload can be used for creating envelopes for Transaction-based Signature via Base64 or URL
[NEW] Embedded URL
A new embedded URL feature that can be used to display the webpage for fetching “All Envelopes” under the “Documents” tab on Foxit Editor
{host}/documentsList?accessToken={ACCESS_TOKEN}&lang={LANG_CODE}
Example:
na1.foxitesign.foxit.com/documentsList?accessToken={ACCESS_TOKEN}=en
LANG_CODE values provided below
[NEW] Get language code
This API payload can be used to get the language codes that are supported by Foxit eSign aka eSign Genie.
Elegant Content Box
Endpoint
POST {host}/api/v1/accounts/getLanguageCode |
Response
{ “result”: “success”, “languageCode”: [ “en-US”, “de-DE” ] } |
Testing and Validation Notes: As a part of our testing, the Foxit eSign aka eSign Genie Quality Assurance team certified all compliance checks applicable including ESIGN, HIPAA and 21 CFR Part 11.